v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <accessors.h>
Public Types | |
enum | DescriptorId { descriptorCount } |
Static Public Member Functions | |
static MUST_USE_RESULT MaybeObject * | FunctionGetPrototype (Object *object, void *) |
static MUST_USE_RESULT MaybeObject * | FunctionSetPrototype (JSObject *object, Object *value, void *) |
static MaybeObject * | FunctionGetArguments (Object *object, void *) |
Definition at line 64 of file accessors.h.
enum DescriptorId |
Enumerator | |
---|---|
descriptorCount |
Definition at line 72 of file accessors.h.
|
static |
Definition at line 589 of file accessors.cc.
References ASSERT, JavaScriptFrame::ComputeParametersCount(), Isolate::factory(), StandardFrame::GetExpression(), JavaScriptFrame::GetFunctions(), JavaScriptFrame::GetParameter(), Isolate::heap(), Factory::NewArgumentsObject(), and Factory::NewFixedArray().
|
static |
Definition at line 449 of file accessors.cc.
References Heap::AllocateFunctionPrototype(), and ASSERT.
Referenced by LoadIC::Load(), and KeyedLoadIC::Load().
Definition at line 476 of file accessors.cc.
Referenced by v8::internal::RUNTIME_FUNCTION(), and v8::internal::SetPrototype().