Home
last modified time | relevance | path

Searched refs:context_arg (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-scopes.cc215 Handle<Context> context_arg(isolate->context(), isolate); in DeclareLookupSlot() local
216 Handle<Context> context(context_arg->declaration_context(), isolate); in DeclareLookupSlot()
231 context_arg->Lookup(name, LEXICAL_TEST, &index, &attributes, in DeclareLookupSlot()
260 if (context_arg->extension()->IsJSGlobalObject()) { in DeclareLookupSlot()
262 JSGlobalObject::cast(context_arg->extension()), isolate); in DeclareLookupSlot()
342 CONVERT_ARG_HANDLE_CHECKED(Context, context_arg, 1); in RUNTIME_FUNCTION()
343 Handle<Context> context(context_arg->declaration_context()); in RUNTIME_FUNCTION()
376 Handle<Context> declaration_context(context_arg->declaration_context()); in RUNTIME_FUNCTION()