V8 Project
accessors.cc File Reference
#include "src/v8.h"
#include "src/accessors.h"
#include "src/api.h"
#include "src/compiler.h"
#include "src/contexts.h"
#include "src/deoptimizer.h"
#include "src/execution.h"
#include "src/factory.h"
#include "src/frames-inl.h"
#include "src/isolate.h"
#include "src/list-inl.h"
#include "src/property-details.h"
#include "src/prototype.h"
+ Include dependency graph for accessors.cc:

Go to the source code of this file.

Classes

class  v8::internal::FrameFunctionIterator
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Functions

template<class C >
static C * v8::internal::FindInstanceOf (Isolate *isolate, Object *obj)
 
static bool v8::internal::CheckForName (Handle< Name > name, Handle< String > property_name, int offset, int *object_offset)
 
bool v8::internal::SetPropertyOnInstanceIfInherited (Isolate *isolate, const v8::PropertyCallbackInfo< void > &info, v8::Local< v8::Name > name, Handle< Object > value)
 
static Handle< Object > v8::internal::GetFunctionPrototype (Isolate *isolate, Handle< JSFunction > function)
 
static Handle< Object > v8::internal::SetFunctionPrototype (Isolate *isolate, Handle< JSFunction > function, Handle< Object > value)
 
static Handle< Object > v8::internal::ArgumentsForInlinedFunction (JavaScriptFrame *frame, Handle< JSFunction > inlined_function, int inlined_frame_index)
 
static int v8::internal::FindFunctionInFrame (JavaScriptFrame *frame, Handle< JSFunction > function)
 
Handle< Object > v8::internal::GetFunctionArguments (Isolate *isolate, Handle< JSFunction > function)
 
static bool v8::internal::AllowAccessToFunction (Context *current_context, JSFunction *function)
 
MaybeHandle< JSFunction > v8::internal::FindCaller (Isolate *isolate, Handle< JSFunction > function)
 
static void v8::internal::ModuleGetExport (v8::Local< v8::String > property, const v8::PropertyCallbackInfo< v8::Value > &info)
 
static void v8::internal::ModuleSetExport (v8::Local< v8::String > property, v8::Local< v8::Value > value, const v8::PropertyCallbackInfo< v8::Value > &info)