Lines Matching refs:CompileRun
62 CompileRun( in TEST()
87 6, CompileRun("ordering.length")->Int32Value(context.local()).FromJust()); in TEST()
89 CompileRun("ordering[0]")->Int32Value(context.local()).FromJust()); in TEST()
91 CompileRun("ordering[1]")->Int32Value(context.local()).FromJust()); in TEST()
93 CompileRun("ordering[2]")->Int32Value(context.local()).FromJust()); in TEST()
95 CompileRun("ordering[3]")->Int32Value(context.local()).FromJust()); in TEST()
97 CompileRun("ordering[4]")->Int32Value(context.local()).FromJust()); in TEST()
99 CompileRun("ordering[5]")->Int32Value(context.local()).FromJust()); in TEST()
109 CompileRun( in TEST()
111 v8::Local<v8::Value> obj = CompileRun("obj"); in TEST()
121 CompileRun( in TEST()
141 CompileRun( in TEST()
159 CompileRun("obj.calls")->Int32Value(context4.local()).FromJust()); in TEST()