Lines Matching refs:fun
81 Local<Function> fun = fun_templ->GetFunction(env.local()).ToLocalChecked();
82 CHECK(env->Global()->Set(env.local(), v8_str("Fun"), fun).FromJust());
86 getter = v8_compile("var obj = new Fun(); obj.instance_foo;");
107 getter = v8_compile("Fun.object_foo;");
112 setter = v8_compile("Fun.object_foo = 903;");
624 v8::Local<v8::Function> fun =
628 ->Set(switch_context.local(), v8_str("fun"), fun)
633 "var o = Object.create(null, { n: { get:fun } });"
709 ->Set(env.local(), v8_str("Fun"),
722 CompileRun("var proto = new Fun();");