Searched refs:GetCreationContext (Results 1 – 4 of 4) sorted by relevance
15070 Handle<Context> object_context(object->GetCreationContext()); in RUNTIME_FUNCTION()15071 Handle<Context> record_context(record->GetCreationContext()); in RUNTIME_FUNCTION()15084 Handle<Context> creation_context(object->GetCreationContext(), isolate); in RUNTIME_FUNCTION()15095 Handle<Context> context(object->GetCreationContext(), isolate); in RUNTIME_FUNCTION()15105 Handle<Context> context(object->GetCreationContext(), isolate); in RUNTIME_FUNCTION()15115 Handle<Context> context(object_info->GetCreationContext(), isolate); in RUNTIME_FUNCTION()
2201 Context* GetCreationContext();
3739 i::Context* context = self->GetCreationContext(); in CreationContext()
1794 Context* JSObject::GetCreationContext() { in GetCreationContext() function in v8::internal::JSObject