V8 Project
|
#include <objects.h>
Static Public Member Functions | |
static bool | get (Smi *smi, int bit_position) |
static bool | get (int value, int bit_position) |
static Smi * | set (Smi *smi, int bit_position, bool v) |
static int | set (int value, int bit_position, bool v) |
Definition at line 10795 of file objects.h.
References v8::internal::Smi::value().
Definition at line 10791 of file objects.h.
References v8::internal::Smi::value().
Referenced by v8::internal::ACCESSORS_TO_SMI(), v8::internal::AccessorInfo::all_can_read(), v8::internal::AccessorInfo::all_can_write(), v8::internal::Script::compilation_state(), v8::internal::JSArrayBuffer::is_external(), v8::internal::JSArrayBuffer::should_be_freed(), and v8::internal::SharedFunctionInfo::strict_mode().
Definition at line 10803 of file objects.h.
References v8::internal::Smi::value().
Definition at line 10799 of file objects.h.
References v8::internal::Smi::FromInt(), and v8::internal::Smi::value().
Referenced by v8::internal::BOOL_GETTER(), v8::internal::AccessorInfo::set_all_can_read(), v8::internal::AccessorInfo::set_all_can_write(), v8::internal::Script::set_compilation_state(), v8::internal::Script::set_compilation_type(), v8::internal::JSArrayBuffer::set_is_external(), v8::internal::JSArrayBuffer::set_should_be_freed(), and v8::internal::SharedFunctionInfo::set_strict_mode().