Searched refs:temp_isolate (Results 1 – 2 of 2) sorted by relevance
226 temp_isolate = os.path.join(build_dir, 'gen', src_isolate)227 temp_isolate_dir = os.path.dirname(temp_isolate)269 with open(temp_isolate, 'wb') as f:273 args[isolate_index] = temp_isolate
442 Isolate* temp_isolate = Isolate::New(create_params); in CompileForCachedData() local445 Isolate::Scope isolate_scope(temp_isolate); in CompileForCachedData()446 HandleScope handle_scope(temp_isolate); in CompileForCachedData()447 Context::Scope context_scope(Context::New(temp_isolate)); in CompileForCachedData()449 v8::String::NewFromTwoByte(temp_isolate, source_buffer, in CompileForCachedData()454 name_copy = v8::String::NewFromTwoByte(temp_isolate, name_buffer, in CompileForCachedData()458 name_copy = v8::Undefined(temp_isolate); in CompileForCachedData()461 if (!ScriptCompiler::CompileUnboundScript(temp_isolate, &script_source, in CompileForCachedData()471 temp_isolate->Dispose(); in CompileForCachedData()