Searched refs:JSC_HOST_CALL (Results 1 - 25 of 95) sorted by relevance

1234

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObjectFunctions.h40 EncodedJSValue JSC_HOST_CALL globalFuncEval(ExecState*);
41 EncodedJSValue JSC_HOST_CALL globalFuncParseInt(ExecState*);
42 EncodedJSValue JSC_HOST_CALL globalFuncParseFloat(ExecState*);
43 EncodedJSValue JSC_HOST_CALL globalFuncIsNaN(ExecState*);
44 EncodedJSValue JSC_HOST_CALL globalFuncIsFinite(ExecState*);
45 EncodedJSValue JSC_HOST_CALL globalFuncDecodeURI(ExecState*);
46 EncodedJSValue JSC_HOST_CALL globalFuncDecodeURIComponent(ExecState*);
47 EncodedJSValue JSC_HOST_CALL globalFuncEncodeURI(ExecState*);
48 EncodedJSValue JSC_HOST_CALL globalFuncEncodeURIComponent(ExecState*);
49 EncodedJSValue JSC_HOST_CALL globalFuncEscap
[all...]
H A DArgumentsIteratorPrototype.cpp36 static EncodedJSValue JSC_HOST_CALL argumentsIteratorPrototypeFuncIterator(ExecState*);
37 static EncodedJSValue JSC_HOST_CALL argumentsIteratorPrototypeFuncNext(ExecState*);
49 EncodedJSValue JSC_HOST_CALL argumentsIteratorPrototypeFuncIterator(CallFrame* callFrame)
54 EncodedJSValue JSC_HOST_CALL argumentsIteratorPrototypeFuncNext(CallFrame* callFrame)
H A DArrayIteratorPrototype.cpp40 static EncodedJSValue JSC_HOST_CALL arrayIteratorPrototypeIterate(ExecState*);
51 EncodedJSValue JSC_HOST_CALL arrayIteratorPrototypeIterate(CallFrame* callFrame)
H A DSetPrototype.cpp44 static EncodedJSValue JSC_HOST_CALL setProtoFuncAdd(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL setProtoFuncClear(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL setProtoFuncDelete(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL setProtoFuncForEach(ExecState*);
48 static EncodedJSValue JSC_HOST_CALL setProtoFuncHas(ExecState*);
49 static EncodedJSValue JSC_HOST_CALL setProtoFuncKeys(ExecState*);
50 static EncodedJSValue JSC_HOST_CALL setProtoFuncValues(ExecState*);
51 static EncodedJSValue JSC_HOST_CALL setProtoFuncEntries(ExecState*);
54 static EncodedJSValue JSC_HOST_CALL setProtoFuncSize(ExecState*);
92 EncodedJSValue JSC_HOST_CALL setProtoFuncAd
[all...]
H A DDatePrototype.cpp73 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetDate(ExecState*);
74 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetDay(ExecState*);
75 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetFullYear(ExecState*);
76 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetHours(ExecState*);
77 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetMilliSeconds(ExecState*);
78 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetMinutes(ExecState*);
79 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetMonth(ExecState*);
80 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetSeconds(ExecState*);
81 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetTime(ExecState*);
82 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetTimezoneOffse
[all...]
H A DMathObject.cpp38 static EncodedJSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL mathProtoFuncACos(ExecState*);
40 static EncodedJSValue JSC_HOST_CALL mathProtoFuncACosh(ExecState*);
41 static EncodedJSValue JSC_HOST_CALL mathProtoFuncASin(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL mathProtoFuncASinh(ExecState*);
43 static EncodedJSValue JSC_HOST_CALL mathProtoFuncATan(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL mathProtoFuncATanh(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL mathProtoFuncATan2(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL mathProtoFuncCbrt(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL mathProtoFuncCei
[all...]
H A DJSDataViewPrototype.cpp188 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncGetInt8(ExecState* exec)
193 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncGetInt16(ExecState* exec)
198 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncGetInt32(ExecState* exec)
203 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncGetUint8(ExecState* exec)
208 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncGetUint16(ExecState* exec)
213 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncGetUint32(ExecState* exec)
218 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncGetFloat32(ExecState* exec)
223 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncGetFloat64(ExecState* exec)
228 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncSetInt8(ExecState* exec)
233 static EncodedJSValue JSC_HOST_CALL dataViewProtoFuncSetInt1
[all...]
H A DMapIteratorPrototype.cpp38 static EncodedJSValue JSC_HOST_CALL MapIteratorPrototypeFuncIterator(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL MapIteratorPrototypeFuncNext(ExecState*);
52 EncodedJSValue JSC_HOST_CALL MapIteratorPrototypeFuncIterator(CallFrame* callFrame)
57 EncodedJSValue JSC_HOST_CALL MapIteratorPrototypeFuncNext(CallFrame* callFrame)
H A DSetIteratorPrototype.cpp38 static EncodedJSValue JSC_HOST_CALL SetIteratorPrototypeFuncIterator(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL SetIteratorPrototypeFuncNext(ExecState*);
52 EncodedJSValue JSC_HOST_CALL SetIteratorPrototypeFuncIterator(CallFrame* callFrame)
57 EncodedJSValue JSC_HOST_CALL SetIteratorPrototypeFuncNext(CallFrame* callFrame)
H A DWeakMapPrototype.cpp38 static EncodedJSValue JSC_HOST_CALL protoFuncWeakMapClear(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL protoFuncWeakMapDelete(ExecState*);
40 static EncodedJSValue JSC_HOST_CALL protoFuncWeakMapGet(ExecState*);
41 static EncodedJSValue JSC_HOST_CALL protoFuncWeakMapHas(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL protoFuncWeakMapSet(ExecState*);
71 EncodedJSValue JSC_HOST_CALL protoFuncWeakMapClear(CallFrame* callFrame)
80 EncodedJSValue JSC_HOST_CALL protoFuncWeakMapDelete(CallFrame* callFrame)
91 EncodedJSValue JSC_HOST_CALL protoFuncWeakMapGet(CallFrame* callFrame)
102 EncodedJSValue JSC_HOST_CALL protoFuncWeakMapHas(CallFrame* callFrame)
113 EncodedJSValue JSC_HOST_CALL protoFuncWeakMapSe
[all...]
H A DMapPrototype.cpp44 static EncodedJSValue JSC_HOST_CALL mapProtoFuncClear(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL mapProtoFuncDelete(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL mapProtoFuncForEach(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL mapProtoFuncGet(ExecState*);
48 static EncodedJSValue JSC_HOST_CALL mapProtoFuncHas(ExecState*);
49 static EncodedJSValue JSC_HOST_CALL mapProtoFuncSet(ExecState*);
50 static EncodedJSValue JSC_HOST_CALL mapProtoFuncKeys(ExecState*);
51 static EncodedJSValue JSC_HOST_CALL mapProtoFuncValues(ExecState*);
52 static EncodedJSValue JSC_HOST_CALL mapProtoFuncEntries(ExecState*);
54 static EncodedJSValue JSC_HOST_CALL mapProtoFuncSiz
[all...]
H A DConsolePrototype.cpp41 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncDebug(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncError(ExecState*);
43 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncLog(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncWarn(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncClear(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncDir(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncDirXML(ExecState*);
48 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncTable(ExecState*);
49 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncTrace(ExecState*);
50 static EncodedJSValue JSC_HOST_CALL consoleProtoFuncAsser
[all...]
H A DObjectPrototype.cpp33 static EncodedJSValue JSC_HOST_CALL objectProtoFuncValueOf(ExecState*);
34 static EncodedJSValue JSC_HOST_CALL objectProtoFuncHasOwnProperty(ExecState*);
35 static EncodedJSValue JSC_HOST_CALL objectProtoFuncIsPrototypeOf(ExecState*);
36 static EncodedJSValue JSC_HOST_CALL objectProtoFuncDefineGetter(ExecState*);
37 static EncodedJSValue JSC_HOST_CALL objectProtoFuncDefineSetter(ExecState*);
38 static EncodedJSValue JSC_HOST_CALL objectProtoFuncLookupGetter(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL objectProtoFuncLookupSetter(ExecState*);
40 static EncodedJSValue JSC_HOST_CALL objectProtoFuncPropertyIsEnumerable(ExecState*);
41 static EncodedJSValue JSC_HOST_CALL objectProtoFuncToLocaleString(ExecState*);
79 EncodedJSValue JSC_HOST_CALL objectProtoFuncValueO
[all...]
H A DStringPrototype.cpp53 static EncodedJSValue JSC_HOST_CALL stringProtoFuncToString(ExecState*);
54 static EncodedJSValue JSC_HOST_CALL stringProtoFuncCharAt(ExecState*);
55 static EncodedJSValue JSC_HOST_CALL stringProtoFuncCharCodeAt(ExecState*);
56 static EncodedJSValue JSC_HOST_CALL stringProtoFuncConcat(ExecState*);
57 static EncodedJSValue JSC_HOST_CALL stringProtoFuncIndexOf(ExecState*);
58 static EncodedJSValue JSC_HOST_CALL stringProtoFuncLastIndexOf(ExecState*);
59 static EncodedJSValue JSC_HOST_CALL stringProtoFuncMatch(ExecState*);
60 static EncodedJSValue JSC_HOST_CALL stringProtoFuncReplace(ExecState*);
61 static EncodedJSValue JSC_HOST_CALL stringProtoFuncSearch(ExecState*);
62 static EncodedJSValue JSC_HOST_CALL stringProtoFuncSlic
[all...]
H A DRegExpPrototype.cpp41 static EncodedJSValue JSC_HOST_CALL regExpProtoFuncTest(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL regExpProtoFuncExec(ExecState*);
43 static EncodedJSValue JSC_HOST_CALL regExpProtoFuncCompile(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL regExpProtoFuncToString(ExecState*);
75 EncodedJSValue JSC_HOST_CALL regExpProtoFuncTest(ExecState* exec)
83 EncodedJSValue JSC_HOST_CALL regExpProtoFuncExec(ExecState* exec)
91 EncodedJSValue JSC_HOST_CALL regExpProtoFuncCompile(ExecState* exec)
129 EncodedJSValue JSC_HOST_CALL regExpProtoFuncToString(ExecState* exec)
H A DBooleanPrototype.cpp33 static EncodedJSValue JSC_HOST_CALL booleanProtoFuncToString(ExecState*);
34 static EncodedJSValue JSC_HOST_CALL booleanProtoFuncValueOf(ExecState*);
73 EncodedJSValue JSC_HOST_CALL booleanProtoFuncToString(ExecState* exec)
93 EncodedJSValue JSC_HOST_CALL booleanProtoFuncValueOf(ExecState* exec)
H A DStringConstructor.cpp33 static EncodedJSValue JSC_HOST_CALL stringFromCharCode(ExecState*);
80 static EncodedJSValue JSC_HOST_CALL stringFromCharCode(ExecState* exec)
87 JSCell* JSC_HOST_CALL stringFromCharCode(ExecState* exec, int32_t arg)
92 static EncodedJSValue JSC_HOST_CALL constructWithStringConstructor(ExecState* exec)
109 static EncodedJSValue JSC_HOST_CALL callStringConstructor(ExecState* exec)
H A DJSArrayIterator.cpp38 static EncodedJSValue JSC_HOST_CALL arrayIteratorNextKey(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL arrayIteratorNextValue(ExecState*);
40 static EncodedJSValue JSC_HOST_CALL arrayIteratorNextGeneric(ExecState*);
101 static inline EncodedJSValue JSC_HOST_CALL arrayIteratorNext(CallFrame* callFrame)
155 EncodedJSValue JSC_HOST_CALL arrayIteratorNextKey(CallFrame* callFrame)
160 EncodedJSValue JSC_HOST_CALL arrayIteratorNextValue(CallFrame* callFrame)
165 EncodedJSValue JSC_HOST_CALL arrayIteratorNextGeneric(CallFrame* callFrame)
H A DObjectConstructor.cpp40 static EncodedJSValue JSC_HOST_CALL objectConstructorGetPrototypeOf(ExecState*);
41 static EncodedJSValue JSC_HOST_CALL objectConstructorGetOwnPropertyDescriptor(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL objectConstructorGetOwnPropertyNames(ExecState*);
43 static EncodedJSValue JSC_HOST_CALL objectConstructorKeys(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL objectConstructorDefineProperty(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL objectConstructorDefineProperties(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL objectConstructorCreate(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL objectConstructorSeal(ExecState*);
48 static EncodedJSValue JSC_HOST_CALL objectConstructorFreeze(ExecState*);
49 static EncodedJSValue JSC_HOST_CALL objectConstructorPreventExtension
[all...]
H A DArrayConstructor.cpp39 static EncodedJSValue JSC_HOST_CALL arrayConstructorIsArray(ExecState*);
99 static EncodedJSValue JSC_HOST_CALL constructWithArrayConstructor(ExecState* exec)
111 static EncodedJSValue JSC_HOST_CALL callArrayConstructor(ExecState* exec)
124 EncodedJSValue JSC_HOST_CALL arrayConstructorIsArray(ExecState* exec)
H A DCallData.h48 typedef EncodedJSValue (JSC_HOST_CALL *NativeFunction)(ExecState*);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/
H A DJSJavaScriptCallFramePrototype.cpp43 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFramePrototypeFunctionEvaluate(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFramePrototypeFunctionScopeType(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFrameAttributeCaller(ExecState*);
48 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFrameAttributeSourceID(ExecState*);
49 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFrameAttributeLine(ExecState*);
50 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFrameAttributeColumn(ExecState*);
51 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFrameAttributeFunctionName(ExecState*);
52 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFrameAttributeScopeChain(ExecState*);
53 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFrameAttributeThisObject(ExecState*);
54 static EncodedJSValue JSC_HOST_CALL jsJavaScriptCallFrameAttributeTyp
[all...]
H A DJSInjectedScriptHostPrototype.cpp43 static EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeFunctionType(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeFunctionFunctionDetails(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeFunctionGetInternalProperties(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeFunctionInternalConstructorName(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeFunctionIsHTMLAllCollection(ExecState*);
49 static EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeAttributeEvaluate(ExecState*);
72 EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeAttributeEvaluate(ExecState* exec)
83 EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeFunctionInternalConstructorName(ExecState* exec)
94 EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeFunctionIsHTMLAllCollection(ExecState* exec)
105 EncodedJSValue JSC_HOST_CALL jsInjectedScriptHostPrototypeFunctionTyp
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/
H A Djsc.cpp415 static EncodedJSValue JSC_HOST_CALL functionCreateProxy(ExecState*);
416 static EncodedJSValue JSC_HOST_CALL functionCreateRuntimeArray(ExecState*);
417 static EncodedJSValue JSC_HOST_CALL functionCreateImpureGetter(ExecState*);
418 static EncodedJSValue JSC_HOST_CALL functionSetImpureGetterDelegate(ExecState*);
420 static EncodedJSValue JSC_HOST_CALL functionSetElementRoot(ExecState*);
421 static EncodedJSValue JSC_HOST_CALL functionCreateRoot(ExecState*);
422 static EncodedJSValue JSC_HOST_CALL functionCreateElement(ExecState*);
423 static EncodedJSValue JSC_HOST_CALL functionGetElement(ExecState*);
424 static EncodedJSValue JSC_HOST_CALL functionPrint(ExecState*);
425 static EncodedJSValue JSC_HOST_CALL functionDebu
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DAPICallbackFunction.h39 template <typename T> static EncodedJSValue JSC_HOST_CALL call(ExecState*);
40 template <typename T> static EncodedJSValue JSC_HOST_CALL construct(ExecState*);
45 EncodedJSValue JSC_HOST_CALL APICallbackFunction::call(ExecState* exec)
74 EncodedJSValue JSC_HOST_CALL APICallbackFunction::construct(ExecState* exec)

Completed in 126 milliseconds

1234