Lines Matching defs:func
2644 i::Isolate* i_isolate, FunctionCallback func, bool has_prototype,
2650 isolate, func, {}, {}, 0, behavior, side_effect_type);
2665 Isolate* isolate, Handle<String> name, FunctionCallback func,
2669 NewFunctionTemplate(isolate, func, has_prototype, side_effect_type);
2678 FunctionCallback func, int length, bool has_prototype = false,
2683 CreateFunc(isolate, name, func, has_prototype, side_effect_type);
2692 FunctionCallback func) {
2693 return InstallFunc(isolate, object, str, func, 1, true, DONT_ENUM,
2703 FunctionCallback func) {
2706 CreateFunc(isolate, GetterName(isolate, name), func, false,