Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h378 static void RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc857 void Shell::RealmGlobal(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmGlobal() function in v8::Shell
1504 FunctionTemplate::New(isolate, RealmGlobal)); in CreateGlobalTemplate()