Home
last modified time | relevance | path

Searched defs:current_context (Results 1 – 10 of 10) sorted by relevance

/external/v8/test/cctest/
Dtest-unscopables-hidden-prototype.cc26 v8::Local<v8::Context> current_context = isolate->GetCurrentContext(); in TEST() local
Dtest-receiver-check-hidden-prototype.cc25 v8::Local<v8::Context> current_context = isolate->GetCurrentContext(); in TEST() local
/external/v8/src/debug/
Ddebug-evaluate.cc181 Handle<Context> current_context = it.CurrentContext(); in ContextBuilder() local
/external/skia/src/gpu/gl/
DSkNullGLContext.cpp561 static State* current_context() { in current_context() function
/external/v8/src/interpreter/
Dbytecodes.cc861 Register Register::current_context() { in current_context() function in v8::internal::interpreter::Register
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1595 const SymbolContext &current_context = current_frame->GetSymbolContext(eSymbolContextSymbol); in GetStepThroughTrampolinePlan() local
/external/v8/src/
Disolate.cc2508 Context* current_context = Context::cast(context); in IsArrayOrObjectPrototype() local
2522 Context* current_context = Context::cast(context); in IsInAnyContext() local
Daccessors.cc926 static inline bool AllowAccessToFunction(Context* current_context, in AllowAccessToFunction()
/external/libdrm/freedreno/kgsl/
Dmsm_kgsl.h103 unsigned int current_context; member
/external/v8/src/compiler/
Dast-graph-builder.cc1005 Node* AstGraphBuilder::current_context() const { in current_context() function in v8::internal::compiler::AstGraphBuilder