Home | History | Annotate | Download | only in interpreter

Lines Matching refs:Script

42     Local<v8::Script> script = v8_compile(source);
44 i::Handle<i::JSFunction> js_function = v8::Utils::OpenHandle(*script);
48 Handle<BytecodeArray> MakeBytecode(const char* script,
50 CompileRun(script);
60 Handle<BytecodeArray> MakeBytecode(const char* script, const char* filter,
64 Handle<BytecodeArray> return_val = MakeBytecode(script, function_name);
6557 std::string script = std::string(function_prologue) +
6563 helper.MakeBytecode(script.c_str(), "t", "f");
6654 std::string script = std::string(function_prologue) +
6660 helper.MakeBytecode(script.c_str(), "t", "f");
6716 std::string script = std::string(function_prologue) +
6720 helper.MakeBytecode(script.c_str(), "t", "f");