v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#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) |
|
inlinestatic |
Definition at line 8744 of file objects.h.
Referenced by AccessorInfo::all_can_read(), AccessorInfo::all_can_write(), SharedFunctionInfo::is_classic_mode(), SharedFunctionInfo::language_mode(), and AccessorInfo::prohibits_overwriting().
|
inlinestatic |
Definition at line 8752 of file objects.h.
References Smi::FromInt(), and Smi::value().
Referenced by v8::internal::BOOL_GETTER(), SharedFunctionInfo::ClearThisPropertyAssignmentsInfo(), SharedFunctionInfo::ForbidInlineConstructor(), AccessorInfo::set_all_can_read(), AccessorInfo::set_all_can_write(), SharedFunctionInfo::set_language_mode(), AccessorInfo::set_prohibits_overwriting(), and SharedFunctionInfo::SetThisPropertyAssignmentsInfo().
|
inlinestatic |