Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h385 static void RealmEval(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc962 void Shell::RealmEval(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmEval() function in v8::Shell
1529 FunctionTemplate::New(isolate, RealmEval)); in CreateGlobalTemplate()