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
391 Isolate* temp_isolate = Isolate::New(create_params); in CompileForCachedData() local394 Isolate::Scope isolate_scope(temp_isolate); in CompileForCachedData()395 HandleScope handle_scope(temp_isolate); in CompileForCachedData()396 Context::Scope context_scope(Context::New(temp_isolate)); in CompileForCachedData()398 v8::String::NewFromTwoByte(temp_isolate, source_buffer, in CompileForCachedData()403 name_copy = v8::String::NewFromTwoByte(temp_isolate, name_buffer, in CompileForCachedData()407 name_copy = v8::Undefined(temp_isolate); in CompileForCachedData()410 if (!ScriptCompiler::CompileUnboundScript(temp_isolate, &script_source, in CompileForCachedData()420 temp_isolate->Dispose(); in CompileForCachedData()