Lines Matching refs:Script
30 static inline v8::Local<v8::Value> Run(v8::Local<v8::Script> script) { in Run()
80 static inline Handle<T> Run(v8::Local<v8::Script> script) { in Run()
150 v8::Local<v8::Script> new_A_script = v8_compile("new A();"); in TEST()
298 v8::Local<v8::Script> new_A_script = v8_compile("CreateGenerator();"); in TEST()
375 v8::Local<v8::Script> new_B_script = v8_compile("new B();"); in TEST()
469 v8::Local<v8::Script> new_A_script = v8_compile("new A();"); in TEST()
470 v8::Local<v8::Script> new_B_script = v8_compile("new B();"); in TEST()
570 static v8::Local<v8::Script> GetNewObjectScript(const std::string& class_name) { in GetNewObjectScript()
592 v8::Local<v8::Script> new_script = GetNewObjectScript(class_name); in TestClassHierarchy()
691 v8::Local<v8::Script> new_script = GetNewObjectScript(class_name); in TEST()
750 v8::Local<v8::Script> new_script = GetNewObjectScript(class_name); in TEST()
813 v8::Local<v8::Script> new_script; in TestSubclassBuiltin()