Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h544 static void RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args);
Dd8.cc1881 void Shell::RealmDispose(const v8::FunctionCallbackInfo<v8::Value>& args) { in RealmDispose() function in v8::Shell
3096 FunctionTemplate::New(isolate, RealmDispose)); in CreateRealmTemplate()