Lines Matching refs:Isolate
104 virtual bool Open(Isolate* isolate) { return true; } in Open()
138 void Execute(Isolate* isolate);
167 Handle<String> ReadFile(Isolate* isolate, const char* name);
252 Isolate* isolate, Local<String> source, Local<Value> name,
254 static bool ExecuteString(Isolate* isolate,
260 static void ReportException(Isolate* isolate, TryCatch* try_catch);
261 static Handle<String> ReadFile(Isolate* isolate, const char* name);
262 static Local<Context> CreateEvaluationContext(Isolate* isolate);
263 static int RunMain(Isolate* isolate, int argc, char* argv[]);
269 static Handle<Array> GetCompletions(Isolate* isolate,
278 static void MapCounters(v8::Isolate* isolate, const char* name);
280 static Local<Object> DebugMessageDetails(Isolate* isolate,
282 static Local<Value> DebugCommandToJSONRequest(Isolate* isolate,
307 static Handle<String> ReadFromStdin(Isolate* isolate);
361 static void AddOSMethods(v8::Isolate* isolate,
381 static void InstallUtilityScript(Isolate* isolate);
383 static void Initialize(Isolate* isolate);
384 static void InitializeDebugger(Isolate* isolate);
385 static void RunShell(Isolate* isolate);
387 static Handle<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate);
390 static Handle<Value> CreateExternalArrayBuffer(Isolate* isolate,
393 static Handle<Object> CreateExternalArray(Isolate* isolate,
405 static void ExternalArrayWeakCallback(Isolate* isolate,