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

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DSetPrototype.cpp49 static EncodedJSValue JSC_HOST_CALL setProtoFuncKeys(ExecState*);
67 JSC_NATIVE_FUNCTION(vm.propertyNames->keys, setProtoFuncKeys, DontEnum, 0);
70 JSC_NATIVE_FUNCTION(vm.propertyNames->iteratorPrivateName, setProtoFuncKeys, DontEnum, 0);
180 EncodedJSValue JSC_HOST_CALL setProtoFuncKeys(CallFrame* callFrame) function in namespace:JSC

Completed in 108 milliseconds