Searched refs:setProtoFuncHas (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DSetPrototype.cpp48 static EncodedJSValue JSC_HOST_CALL setProtoFuncHas(ExecState*);
66 JSC_NATIVE_FUNCTION(vm.propertyNames->has, setProtoFuncHas, DontEnum, 1);
148 EncodedJSValue JSC_HOST_CALL setProtoFuncHas(CallFrame* callFrame) function in namespace:JSC

Completed in 86 milliseconds