/ark/js_runtime/ecmascript/builtins/ |
D | builtins_relative_time_format.cpp | 49 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
|
D | builtins_date_time_format.cpp | 56 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
|
D | builtins_number_format.cpp | 59 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
|
D | builtins_plural_rules.cpp | 81 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Select() local 108 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
D | builtins_collator.cpp | 86 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Compare() local 146 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
D | builtins_promise.cpp | 76 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
|
D | builtins_string_iterator.cpp | 33 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
|
D | builtins_function.cpp | 236 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeToString() local 249 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeHasInstance() local
|
D | builtins_promise_job.cpp | 44 JSHandle<JSTaggedValue> thisValue = globalConst->GetHandledUndefined(); in PromiseReactionJob() local
|
/ark/js_runtime/ecmascript/base/ |
D | error_helper.cpp | 41 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in ErrorCommonToString() local
|
/ark/js_runtime/ecmascript/builtins/tests/ |
D | builtins_function_test.cpp | 74 JSHandle<JSTaggedValue> thisValue(BuiltinsBase::GetThis(argv)); in TestFunctionApplyAndCall() local
|
D | builtins_reflect_test.cpp | 80 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in TestReflectApply() local
|
/ark/js_runtime/ecmascript/containers/ |
D | containers_private.cpp | 39 JSHandle<JSObject> thisValue(GetThis(msg)); in Load() local
|
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1023 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/ |
D | js_tagged_value.cpp | 71 double thisValue = GetDouble(); in IsInteger() local
|
/ark/js_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 3627 JSTaggedValue thisValue = GET_ACC(); in RunInternal() local
|
D | slow_runtime_stub.cpp | 956 …wRuntimeStub::ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue thisValue) in ThrowIfSuperNotCorrectCall()
|
D | interpreter_assembly.cpp | 3570 JSTaggedValue thisValue = GET_ACC(); in HandleThrowIfSuperNotCorrectCallPrefImm16() local
|