Home
last modified time | relevance | path

Searched defs:thisValue (Results 1 – 18 of 18) sorted by relevance

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_relative_time_format.cpp49 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in RelativeTimeFormatConstructor() local
89 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
121 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatToParts() local
153 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_date_time_format.cpp56 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in DateTimeFormatConstructor() local
104 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
214 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
240 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatRange() local
285 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatRangeToParts() local
Dbuiltins_number_format.cpp59 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in NumberFormatConstructor() local
107 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
162 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_plural_rules.cpp81 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Select() local
108 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_collator.cpp86 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Compare() local
146 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
Dbuiltins_promise.cpp76 JSHandle<JSTaggedValue> thisValue = globalConst->GetHandledUndefined(); in PromiseConstructor() local
173 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Race() local
238 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Resolve() local
287 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Reject() local
349 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Then() local
Dbuiltins_string_iterator.cpp33 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
Dbuiltins_function.cpp236 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeToString() local
249 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeHasInstance() local
Dbuiltins_promise_job.cpp44 JSHandle<JSTaggedValue> thisValue = globalConst->GetHandledUndefined(); in PromiseReactionJob() local
/ark/js_runtime/ecmascript/base/
Derror_helper.cpp41 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in ErrorCommonToString() local
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_function_test.cpp74 JSHandle<JSTaggedValue> thisValue(BuiltinsBase::GetThis(argv)); in TestFunctionApplyAndCall() local
Dbuiltins_reflect_test.cpp80 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in TestReflectApply() local
/ark/js_runtime/ecmascript/containers/
Dcontainers_private.cpp39 JSHandle<JSObject> thisValue(GetThis(msg)); in Load() local
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp1023 JSHandle<JSTaggedValue> thisValue = JSNApiHelper::ToJSHandle(thisObj); in Call() local
1522 JSHandle<JSTaggedValue> thisValue(BuiltinsBase::GetThis(info)); in RegisterCallback() local
1565 JSHandle<JSTaggedValue> thisValue(BuiltinsBase::GetConstructor(info)); in RegisterCallbackWithProperty() local
1612 JSHandle<JSTaggedValue> thisValue(BuiltinsBase::GetThis(info)); in RegisterCallbackWithNewTarget() local
/ark/js_runtime/ecmascript/
Djs_tagged_value.cpp71 double thisValue = GetDouble(); in IsInteger() local
/ark/js_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3627 JSTaggedValue thisValue = GET_ACC(); in RunInternal() local
Dslow_runtime_stub.cpp956 …wRuntimeStub::ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue thisValue) in ThrowIfSuperNotCorrectCall()
Dinterpreter_assembly.cpp3570 JSTaggedValue thisValue = GET_ACC(); in HandleThrowIfSuperNotCorrectCallPrefImm16() local