Home
last modified time | relevance | path

Searched defs:current_context (Results 1 – 7 of 7) 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/skia/src/gpu/gl/
DSkNullGLContext.cpp561 static State* current_context() { in current_context() function
/external/v8/src/
Disolate.cc2492 Context* current_context = Context::cast(context); in UpdateArrayProtectorOnSetElement() local
2512 Context* current_context = Context::cast(context); in IsAnyInitialArrayPrototype() local
Daccessors.cc1245 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.cc960 Node* AstGraphBuilder::current_context() const { in current_context() function in v8::internal::compiler::AstGraphBuilder