Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.h2117 Context* GetCreationContext();
Dobjects.cc3068 Context* JSReceiver::GetCreationContext() { in GetCreationContext() function in v8::internal::JSReceiver
5634 return handle(object->GetCreationContext()); in GetFunctionRealm()
Dapi.cc4838 auto context = handle(self->GetCreationContext()); in CreationContext()