Lines Matching refs:CompileRun
86 static inline Handle<T> CompileRun(const char* script) { in CompileRun() function
87 return OpenHandle<T>(CompileRun(script)); in CompileRun()
143 CompileRun(source); in TEST()
205 CompileRun(source); in TEST()
212 Handle<JSObject> obj1 = CompileRun<JSObject>("new A(1);"); in TEST()
213 Handle<JSObject> obj3 = CompileRun<JSObject>("new A(3);"); in TEST()
214 Handle<JSObject> obj5 = CompileRun<JSObject>("new A(5);"); in TEST()
236 CompileRun("new A(3);"); in TEST()
255 obj1 = CompileRun<JSObject>("new A(1);"); in TEST()
256 obj3 = CompileRun<JSObject>("new A(3);"); in TEST()
257 obj5 = CompileRun<JSObject>("new A(5);"); in TEST()
291 CompileRun(source); in TEST()
366 CompileRun(source); in TEST()
460 CompileRun(source); in TEST()
559 CompileRun(os.str().c_str()); in CreateClassHierarchy()
803 CompileRun(os.str().c_str()); in TestSubclassBuiltin()