Home
last modified time | relevance | path

Searched refs:EncodedJSValue (Results 1 – 25 of 95) sorted by relevance

1234

/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.h41 typedef EncodedJSValue (*J_DFGOperation_EJJ)(ExecState*, EncodedJSValue, EncodedJSValue);
42 typedef EncodedJSValue (*J_DFGOperation_EJ)(ExecState*, EncodedJSValue);
43 typedef EncodedJSValue (*J_DFGOperation_EJP)(ExecState*, EncodedJSValue, void*);
44 typedef EncodedJSValue (*J_DFGOperation_EJI)(ExecState*, EncodedJSValue, Identifier*);
45 typedef bool (*Z_DFGOperation_EJ)(ExecState*, EncodedJSValue);
46 typedef bool (*Z_DFGOperation_EJJ)(ExecState*, EncodedJSValue, EncodedJSValue);
47 typedef void (*V_DFGOperation_EJJJ)(ExecState*, EncodedJSValue, EncodedJSValue, EncodedJSValue);
48 typedef void (*V_DFGOperation_EJJP)(ExecState*, EncodedJSValue, EncodedJSValue, void*);
49 typedef void (*V_DFGOperation_EJJI)(ExecState*, EncodedJSValue, EncodedJSValue, Identifier*);
53 EncodedJSValue operationConvertThis(ExecState*, EncodedJSValue encodedOp1);
[all …]
DDFGOperations.cpp39 EncodedJSValue operationConvertThis(ExecState* exec, EncodedJSValue encodedOp) in operationConvertThis()
44 EncodedJSValue operationValueAdd(ExecState* exec, EncodedJSValue encodedOp1, EncodedJSValue encoded… in operationValueAdd()
65 EncodedJSValue operationGetByVal(ExecState* exec, EncodedJSValue encodedBase, EncodedJSValue encode… in operationGetByVal()
104 EncodedJSValue operationGetById(ExecState* exec, EncodedJSValue encodedBase, Identifier* identifier) in operationGetById()
112 …ationPutByValInternal(ExecState* exec, EncodedJSValue encodedBase, EncodedJSValue encodedProperty,… in operationPutByValInternal()
161 …erationPutByValStrict(ExecState* exec, EncodedJSValue encodedBase, EncodedJSValue encodedProperty,… in operationPutByValStrict()
166 …tionPutByValNonStrict(ExecState* exec, EncodedJSValue encodedBase, EncodedJSValue encodedProperty,… in operationPutByValNonStrict()
171 void operationPutByIdStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encodedBas… in operationPutByIdStrict()
177 void operationPutByIdNonStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue encoded… in operationPutByIdNonStrict()
183 void operationPutByIdDirectStrict(ExecState* exec, EncodedJSValue encodedValue, EncodedJSValue enco… in operationPutByIdDirectStrict()
[all …]
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.h64 EncodedJSValue asEncodedJSValue;
276 …extern "C" EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unused1*/, …
315 EncodedJSValue JIT_STUB cti_op_add(STUB_ARGS_DECLARATION);
316 EncodedJSValue JIT_STUB cti_op_bitand(STUB_ARGS_DECLARATION);
317 EncodedJSValue JIT_STUB cti_op_bitnot(STUB_ARGS_DECLARATION);
318 EncodedJSValue JIT_STUB cti_op_bitor(STUB_ARGS_DECLARATION);
319 EncodedJSValue JIT_STUB cti_op_bitxor(STUB_ARGS_DECLARATION);
320 EncodedJSValue JIT_STUB cti_op_call_NotJSFunction(STUB_ARGS_DECLARATION);
321 EncodedJSValue JIT_STUB cti_op_call_eval(STUB_ARGS_DECLARATION);
322 EncodedJSValue JIT_STUB cti_op_construct_NotJSConstruct(STUB_ARGS_DECLARATION);
[all …]
DJITStubs.cpp254 …__declspec(naked) EncodedJSValue ctiTrampoline(void* code, RegisterFile*, CallFrame*, void* /*unus…
662 __asm EncodedJSValue ctiTrampoline(void*, RegisterFile*, CallFrame*, JSValue*, Profiler**, JSGlobal… in ctiTrampoline()
710 __asm EncodedJSValue ctiTrampoline(void*, RegisterFile*, CallFrame*, void* /*unused1*/, Profiler**,… in ctiTrampoline()
1258 DEFINE_STUB_FUNCTION(EncodedJSValue, op_create_this) in DEFINE_STUB_FUNCTION() argument
1280 DEFINE_STUB_FUNCTION(EncodedJSValue, op_convert_this) in DEFINE_STUB_FUNCTION() argument
1292 DEFINE_STUB_FUNCTION(EncodedJSValue, op_convert_this_strict) in DEFINE_STUB_FUNCTION() argument
1304 DEFINE_STUB_FUNCTION(EncodedJSValue, op_add) in DEFINE_STUB_FUNCTION() argument
1330 DEFINE_STUB_FUNCTION(EncodedJSValue, op_pre_inc) in DEFINE_STUB_FUNCTION() argument
1415 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id_generic) in DEFINE_STUB_FUNCTION() argument
1511 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id_method_check) in DEFINE_STUB_FUNCTION() argument
[all …]
/external/webkit/Source/JavaScriptCore/runtime/
DMathObject.cpp37 static EncodedJSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState*);
38 static EncodedJSValue JSC_HOST_CALL mathProtoFuncACos(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL mathProtoFuncASin(ExecState*);
40 static EncodedJSValue JSC_HOST_CALL mathProtoFuncATan(ExecState*);
41 static EncodedJSValue JSC_HOST_CALL mathProtoFuncATan2(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL mathProtoFuncCeil(ExecState*);
43 static EncodedJSValue JSC_HOST_CALL mathProtoFuncCos(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL mathProtoFuncExp(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL mathProtoFuncFloor(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL mathProtoFuncLog(ExecState*);
[all …]
DJSGlobalObjectFunctions.h39 EncodedJSValue JSC_HOST_CALL globalFuncEval(ExecState*);
40 EncodedJSValue JSC_HOST_CALL globalFuncParseInt(ExecState*);
41 EncodedJSValue JSC_HOST_CALL globalFuncParseFloat(ExecState*);
42 EncodedJSValue JSC_HOST_CALL globalFuncIsNaN(ExecState*);
43 EncodedJSValue JSC_HOST_CALL globalFuncIsFinite(ExecState*);
44 EncodedJSValue JSC_HOST_CALL globalFuncDecodeURI(ExecState*);
45 EncodedJSValue JSC_HOST_CALL globalFuncDecodeURIComponent(ExecState*);
46 EncodedJSValue JSC_HOST_CALL globalFuncEncodeURI(ExecState*);
47 EncodedJSValue JSC_HOST_CALL globalFuncEncodeURIComponent(ExecState*);
48 EncodedJSValue JSC_HOST_CALL globalFuncEscape(ExecState*);
[all …]
DDatePrototype.cpp76 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetDate(ExecState*);
77 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetDay(ExecState*);
78 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetFullYear(ExecState*);
79 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetHours(ExecState*);
80 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetMilliSeconds(ExecState*);
81 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetMinutes(ExecState*);
82 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetMonth(ExecState*);
83 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetSeconds(ExecState*);
84 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetTime(ExecState*);
85 static EncodedJSValue JSC_HOST_CALL dateProtoFuncGetTimezoneOffset(ExecState*);
[all …]
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*);
83 EncodedJSValue JSC_HOST_CALL objectProtoFuncValueOf(ExecState* exec) in objectProtoFuncValueOf()
[all …]
DStringRecursionChecker.h34EncodedJSValue earlyReturnValue() const; // 0 if everything is OK, value to return for failure cas…
37 EncodedJSValue throwStackOverflowError();
38 EncodedJSValue emptyString();
39 EncodedJSValue performCheck();
43 EncodedJSValue m_earlyReturnValue;
46 inline EncodedJSValue StringRecursionChecker::performCheck() in performCheck()
64 inline EncodedJSValue StringRecursionChecker::earlyReturnValue() const in earlyReturnValue()
DObjectConstructor.cpp38 static EncodedJSValue JSC_HOST_CALL objectConstructorGetPrototypeOf(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL objectConstructorGetOwnPropertyDescriptor(ExecState*);
40 static EncodedJSValue JSC_HOST_CALL objectConstructorGetOwnPropertyNames(ExecState*);
41 static EncodedJSValue JSC_HOST_CALL objectConstructorKeys(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL objectConstructorDefineProperty(ExecState*);
43 static EncodedJSValue JSC_HOST_CALL objectConstructorDefineProperties(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL objectConstructorCreate(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL objectConstructorSeal(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL objectConstructorFreeze(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL objectConstructorPreventExtensions(ExecState*);
[all …]
DStringPrototype.cpp49 static EncodedJSValue JSC_HOST_CALL stringProtoFuncToString(ExecState*);
50 static EncodedJSValue JSC_HOST_CALL stringProtoFuncCharAt(ExecState*);
51 static EncodedJSValue JSC_HOST_CALL stringProtoFuncCharCodeAt(ExecState*);
52 static EncodedJSValue JSC_HOST_CALL stringProtoFuncConcat(ExecState*);
53 static EncodedJSValue JSC_HOST_CALL stringProtoFuncIndexOf(ExecState*);
54 static EncodedJSValue JSC_HOST_CALL stringProtoFuncLastIndexOf(ExecState*);
55 static EncodedJSValue JSC_HOST_CALL stringProtoFuncMatch(ExecState*);
56 static EncodedJSValue JSC_HOST_CALL stringProtoFuncReplace(ExecState*);
57 static EncodedJSValue JSC_HOST_CALL stringProtoFuncSearch(ExecState*);
58 static EncodedJSValue JSC_HOST_CALL stringProtoFuncSlice(ExecState*);
[all …]
DJSValue.h60 typedef int64_t EncodedJSValue; typedef
62 typedef void* EncodedJSValue; typedef
108 static EncodedJSValue encode(JSValue);
109 static JSValue decode(EncodedJSValue);
368 typedef IntHash<EncodedJSValue> EncodedJSValueHash;
370 struct EncodedJSValueHashTraits : HashTraits<EncodedJSValue> {
372 static EncodedJSValue emptyValue() { return JSValue::encode(JSValue()); } in emptyValue()
373 …static void constructDeletedValue(EncodedJSValue& slot) { slot = JSValue::encode(JSValue(JSValue::… in constructDeletedValue()
374 …static bool isDeletedValue(EncodedJSValue value) { return value == JSValue::encode(JSValue(JSValue… in isDeletedValue()
377 typedef PtrHash<EncodedJSValue> EncodedJSValueHash;
[all …]
DRegExpPrototype.cpp43 static EncodedJSValue JSC_HOST_CALL regExpProtoFuncTest(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL regExpProtoFuncExec(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL regExpProtoFuncCompile(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL regExpProtoFuncToString(ExecState*);
61 EncodedJSValue JSC_HOST_CALL regExpProtoFuncTest(ExecState* exec) in regExpProtoFuncTest()
69 EncodedJSValue JSC_HOST_CALL regExpProtoFuncExec(ExecState* exec) in regExpProtoFuncExec()
77 EncodedJSValue JSC_HOST_CALL regExpProtoFuncCompile(ExecState* exec) in regExpProtoFuncCompile()
115 EncodedJSValue JSC_HOST_CALL regExpProtoFuncToString(ExecState* exec) in regExpProtoFuncToString()
127 if (EncodedJSValue earlyReturnValue = checker.earlyReturnValue()) in regExpProtoFuncToString()
DArrayPrototype.cpp44 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncToString(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncToLocaleString(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncConcat(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncJoin(ExecState*);
48 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncPop(ExecState*);
49 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncPush(ExecState*);
50 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncReverse(ExecState*);
51 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncShift(ExecState*);
52 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncSlice(ExecState*);
53 static EncodedJSValue JSC_HOST_CALL arrayProtoFuncSort(ExecState*);
[all …]
DNumberPrototype.cpp39 static EncodedJSValue JSC_HOST_CALL numberProtoFuncToString(ExecState*);
40 static EncodedJSValue JSC_HOST_CALL numberProtoFuncToLocaleString(ExecState*);
41 static EncodedJSValue JSC_HOST_CALL numberProtoFuncValueOf(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL numberProtoFuncToFixed(ExecState*);
43 static EncodedJSValue JSC_HOST_CALL numberProtoFuncToExponential(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL numberProtoFuncToPrecision(ExecState*);
99 EncodedJSValue JSC_HOST_CALL numberProtoFuncToExponential(ExecState* exec) in numberProtoFuncToExponential()
129 EncodedJSValue JSC_HOST_CALL numberProtoFuncToFixed(ExecState* exec) in numberProtoFuncToFixed()
167 EncodedJSValue JSC_HOST_CALL numberProtoFuncToPrecision(ExecState* exec) in numberProtoFuncToPrecision()
203 EncodedJSValue JSC_HOST_CALL numberProtoFuncToString(ExecState* exec) in numberProtoFuncToString()
[all …]
DFunctionPrototype.cpp36 static EncodedJSValue JSC_HOST_CALL functionProtoFuncToString(ExecState*);
37 static EncodedJSValue JSC_HOST_CALL functionProtoFuncApply(ExecState*);
38 static EncodedJSValue JSC_HOST_CALL functionProtoFuncCall(ExecState*);
55 static EncodedJSValue JSC_HOST_CALL callFunctionPrototype(ExecState*) in callFunctionPrototype()
85 EncodedJSValue JSC_HOST_CALL functionProtoFuncToString(ExecState* exec) in functionProtoFuncToString()
106 EncodedJSValue JSC_HOST_CALL functionProtoFuncApply(ExecState* exec) in functionProtoFuncApply()
135 EncodedJSValue JSC_HOST_CALL functionProtoFuncCall(ExecState* exec) in functionProtoFuncCall()
DDateConstructor.cpp56 static EncodedJSValue JSC_HOST_CALL dateParse(ExecState*);
57 static EncodedJSValue JSC_HOST_CALL dateNow(ExecState*);
58 static EncodedJSValue JSC_HOST_CALL dateUTC(ExecState*);
127 static EncodedJSValue JSC_HOST_CALL constructWithDateConstructor(ExecState* exec) in constructWithDateConstructor()
140 static EncodedJSValue JSC_HOST_CALL callDate(ExecState* exec) in callDate()
159 static EncodedJSValue JSC_HOST_CALL dateParse(ExecState* exec) in dateParse()
164 static EncodedJSValue JSC_HOST_CALL dateNow(ExecState*) in dateNow()
169 static EncodedJSValue JSC_HOST_CALL dateUTC(ExecState* exec) in dateUTC()
DBooleanPrototype.cpp35 static EncodedJSValue JSC_HOST_CALL booleanProtoFuncToString(ExecState*);
36 static EncodedJSValue JSC_HOST_CALL booleanProtoFuncValueOf(ExecState*);
54 EncodedJSValue JSC_HOST_CALL booleanProtoFuncToString(ExecState* exec) in booleanProtoFuncToString()
73 EncodedJSValue JSC_HOST_CALL booleanProtoFuncValueOf(ExecState* exec) in booleanProtoFuncValueOf()
DArrayConstructor.cpp38 static EncodedJSValue JSC_HOST_CALL arrayConstructorIsArray(ExecState*);
69 static EncodedJSValue JSC_HOST_CALL constructWithArrayConstructor(ExecState* exec) in constructWithArrayConstructor()
82 static EncodedJSValue JSC_HOST_CALL callArrayConstructor(ExecState* exec) in callArrayConstructor()
96 EncodedJSValue JSC_HOST_CALL arrayConstructorIsArray(ExecState* exec) in arrayConstructorIsArray()
DJSGlobalObjectFunctions.cpp435 EncodedJSValue JSC_HOST_CALL globalFuncEval(ExecState* exec) in globalFuncEval()
460 EncodedJSValue JSC_HOST_CALL globalFuncParseInt(ExecState* exec) in globalFuncParseInt()
483 EncodedJSValue JSC_HOST_CALL globalFuncParseFloat(ExecState* exec) in globalFuncParseFloat()
488 EncodedJSValue JSC_HOST_CALL globalFuncIsNaN(ExecState* exec) in globalFuncIsNaN()
493 EncodedJSValue JSC_HOST_CALL globalFuncIsFinite(ExecState* exec) in globalFuncIsFinite()
499 EncodedJSValue JSC_HOST_CALL globalFuncDecodeURI(ExecState* exec) in globalFuncDecodeURI()
507 EncodedJSValue JSC_HOST_CALL globalFuncDecodeURIComponent(ExecState* exec) in globalFuncDecodeURIComponent()
512 EncodedJSValue JSC_HOST_CALL globalFuncEncodeURI(ExecState* exec) in globalFuncEncodeURI()
523 EncodedJSValue JSC_HOST_CALL globalFuncEncodeURIComponent(ExecState* exec) in globalFuncEncodeURIComponent()
534 EncodedJSValue JSC_HOST_CALL globalFuncEscape(ExecState* exec) in globalFuncEscape()
[all …]
DErrorPrototype.cpp35 static EncodedJSValue JSC_HOST_CALL errorProtoFuncToString(ExecState*);
47 EncodedJSValue JSC_HOST_CALL errorProtoFuncToString(ExecState* exec) in errorProtoFuncToString()
52 if (EncodedJSValue earlyReturnValue = checker.earlyReturnValue()) in errorProtoFuncToString()
DStringRecursionChecker.cpp28 EncodedJSValue StringRecursionChecker::throwStackOverflowError() in throwStackOverflowError()
33 EncodedJSValue StringRecursionChecker::emptyString() in emptyString()
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestObj.h86 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionVoidMethod(JSC::ExecState*);
87 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionVoidMethodWithArgs(JSC::ExecState*);
88 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionIntMethod(JSC::ExecState*);
89 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionIntMethodWithArgs(JSC::ExecState*);
90 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionObjMethod(JSC::ExecState*);
91 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionObjMethodWithArgs(JSC::ExecState*);
92 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionMethodThatRequiresAllArgs(JSC::ExecStat…
93 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionMethodThatRequiresAllArgsAndThrows(JSC:…
94 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionSerializedValue(JSC::ExecState*);
95 JSC::EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionIdbKey(JSC::ExecState*);
[all …]
DJSTestObj.cpp832 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionVoidMethod(ExecState* exec) in jsTestObjPrototypeFunctionVoidMethod()
844 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionVoidMethodWithArgs(ExecState* exec) in jsTestObjPrototypeFunctionVoidMethodWithArgs()
865 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionIntMethod(ExecState* exec) in jsTestObjPrototypeFunctionIntMethod()
878 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionIntMethodWithArgs(ExecState* exec) in jsTestObjPrototypeFunctionIntMethodWithArgs()
900 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionObjMethod(ExecState* exec) in jsTestObjPrototypeFunctionObjMethod()
913 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionObjMethodWithArgs(ExecState* exec) in jsTestObjPrototypeFunctionObjMethodWithArgs()
935 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionMethodThatRequiresAllArgs(ExecState* exec) in jsTestObjPrototypeFunctionMethodThatRequiresAllArgs()
956 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionMethodThatRequiresAllArgsAndThrows(ExecState… in jsTestObjPrototypeFunctionMethodThatRequiresAllArgsAndThrows()
979 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionSerializedValue(ExecState* exec) in jsTestObjPrototypeFunctionSerializedValue()
994 EncodedJSValue JSC_HOST_CALL jsTestObjPrototypeFunctionIdbKey(ExecState* exec) in jsTestObjPrototypeFunctionIdbKey()
[all …]
/external/webkit/Source/JavaScriptCore/
Djsc.cpp74 static EncodedJSValue JSC_HOST_CALL functionPrint(ExecState*);
75 static EncodedJSValue JSC_HOST_CALL functionDebug(ExecState*);
76 static EncodedJSValue JSC_HOST_CALL functionGC(ExecState*);
77 static EncodedJSValue JSC_HOST_CALL functionVersion(ExecState*);
78 static EncodedJSValue JSC_HOST_CALL functionRun(ExecState*);
79 static EncodedJSValue JSC_HOST_CALL functionLoad(ExecState*);
80 static EncodedJSValue JSC_HOST_CALL functionCheckSyntax(ExecState*);
81 static EncodedJSValue JSC_HOST_CALL functionReadline(ExecState*);
82 static NO_RETURN_WITH_VALUE EncodedJSValue JSC_HOST_CALL functionQuit(ExecState*);
85 static EncodedJSValue JSC_HOST_CALL functionSetSamplingFlags(ExecState*);
[all …]

1234