Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_function_test.cpp119 JSHandle<JSTaggedValue> calleeKey(thread->GetEcmaVM()->GetFactory()->NewFromASCII(&keyArray[0])); in HWTEST_F_L0()
124 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(callee), calleeKey, calleeValue); in HWTEST_F_L0()
128 JSTaggedValue res = JSFunction::Invoke(info, calleeKey); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date.cpp165 JSHandle<JSTaggedValue> calleeKey(thread->GetEcmaVM()->GetFactory()->NewFromASCII("toISOString")); in ToJSON()
169 return JSFunction::Invoke(info, calleeKey); in ToJSON()
H A Dbuiltins_object.cpp890 JSHandle<JSTaggedValue> calleeKey = thread->GlobalConstants()->GetHandledToStringString(); in ToLocaleString() local
896 return JSFunction::Invoke(info, calleeKey); in ToLocaleString()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_object_test.cpp801 JSHandle<JSTaggedValue> calleeKey(thread->GetEcmaVM()->GetFactory()->NewFromASCII("toString")); in HWTEST_F_L0()
802 JSObject::SetProperty(thread, obj, calleeKey, calleeValue); in HWTEST_F_L0()

Completed in 5 milliseconds