Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h383 static void RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc937 void Shell::RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmDispose() function in v8::Shell
1521 FunctionTemplate::New(isolate, RealmDispose)); in CreateGlobalTemplate()