Home | History | Annotate | Download | only in cctest

Lines Matching defs:Compile

59 static Handle<JSFunction> Compile(const char* source) {
77 Handle<JSFunction> fun = Compile(buffer.start());
94 Handle<JSFunction> fun = Compile("result = x + y;");
113 Handle<JSFunction> fun = Compile("if (x < 0) result = -x; else result = x;");
132 Compile("s = 0; while (n > 0) { s += n; n -= 1; }; result = s;");
154 Handle<JSFunction> fun = Compile(source);
185 Handle<JSFunction> fun = Compile(source);
199 Handle<JSFunction> fun = Compile(source);
223 Handle<JSFunction> fun0 = Compile(source);
278 v8::Script::Compile(context.local(), script_body, &origin)