Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h376 static void RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc829 void Shell::RealmCurrent(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmCurrent() function in v8::Shell
1496 FunctionTemplate::New(isolate, RealmCurrent)); in CreateGlobalTemplate()