Searched refs:declaration_context (Results 1 – 4 of 4) sorted by relevance
14 Context* Context::declaration_context() { in declaration_context() function in v8::internal::Context
435 Context* declaration_context();
2381 Handle<Context> context(context_arg->declaration_context()); in RUNTIME_FUNCTION()2458 Handle<Context> context(context_arg->declaration_context()); in RUNTIME_FUNCTION()11371 Context::cast(frame_inspector.GetContext())->declaration_context()); in RUNTIME_FUNCTION()11664 Handle<Context> function_context(frame_context->declaration_context()); in MaterializeLocalContext()11781 Handle<Context> function_context(frame_context->declaration_context()); in SetLocalVariableValue()12041 context_ = Handle<Context>(context_->declaration_context(), isolate_); in ScopeIterator()
1236 if (context == context->declaration_context()) { in ExtractContextReferences()