Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-observe.cc111 Handle<Context> object_context(object->GetCreationContext()); in RUNTIME_FUNCTION()
112 Handle<Context> record_context(record->GetCreationContext()); in RUNTIME_FUNCTION()
125 Handle<Context> creation_context(object->GetCreationContext(), isolate); in RUNTIME_FUNCTION()
136 Handle<Context> context(object->GetCreationContext(), isolate); in RUNTIME_FUNCTION()
146 Handle<Context> context(object->GetCreationContext(), isolate); in RUNTIME_FUNCTION()
156 Handle<Context> context(object_info->GetCreationContext(), isolate); in RUNTIME_FUNCTION()
/external/v8/src/
Dobjects.h1925 Context* GetCreationContext();
Dobjects.cc2571 Context* JSReceiver::GetCreationContext() { in GetCreationContext() function in v8::internal::JSReceiver
5092 return handle(object->GetCreationContext()); in GetFunctionRealm()
Dapi.cc4206 auto context = handle(self->GetCreationContext()); in CreationContext()
/external/v8/test/cctest/
Dtest-api.cc24416 CHECK_EQ(fn->GetCreationContext(), *ctx); in TEST()
24432 CHECK_EQ(fn2->GetCreationContext(), *ctx2); in TEST()