Home | History | Annotate | Download | only in compiler

Lines Matching refs:Handle

28 static Handle<JSFunction> Compile(const char* source) {
30 Handle<String> source_code = isolate->factory()
33 Handle<SharedFunctionInfo> shared_function = Compiler::CompileScript(
34 source_code, Handle<String>(), 0, 0, v8::ScriptOriginOptions(),
35 Handle<Object>(), Handle<Context>(isolate->native_context()), NULL, NULL,
44 Handle<JSFunction> function = Compile("a + b");
58 Handle<JSFunction> function =
59 Handle<JSFunction>::cast(v8::Utils::OpenHandle(
90 Handle<JSFunction> function = Compile("a + c");