Searched refs:CreateShellContext (Results 1 – 1 of 1) sorted by relevance
47 v8::Local<v8::Context> CreateShellContext(v8::Isolate* isolate);93 v8::Local<v8::Context> context = CreateShellContext(isolate); in main()118 v8::Local<v8::Context> CreateShellContext(v8::Isolate* isolate) { in CreateShellContext() function