Home
last modified time | relevance | path

Searched defs:thisValue (Results 1 - 25 of 51) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_segment_iterator.cpp29 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
H A Dbuiltins_segments.cpp30 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Containing() local
52 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in GetSegmentIterator() local
H A Dbuiltins_iterator.cpp43 JSHandle<JSTaggedValue> thisValue = GetCallArg(argv, 0); in Return() local
47 JSTaggedValue BuiltinsIterator::ReturnInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in ReturnInternal() argument
H A Dbuiltins_string_iterator.cpp29 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
33 JSTaggedValue BuiltinsStringIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in NextInternal() argument
H A Dbuiltins_weak_ref.cpp57 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Deref() local
H A Dbuiltins_async_from_sync_iterator.cpp33 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
143 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Return() local
H A Dbuiltins_collator.cpp88 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Compare() local
150 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
H A Dbuiltins_displaynames.cpp80 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Of() local
123 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
H A Dbuiltins_list_format.cpp84 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
111 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatToParts() local
140 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
H A Dbuiltins_number_format.cpp55 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in NumberFormatConstructor() local
107 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
163 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
[all...]
H A Dbuiltins_plural_rules.cpp82 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Select() local
110 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
H A Dbuiltins_relative_time_format.cpp50 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in RelativeTimeFormatConstructor() local
94 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
127 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FormatToParts() local
160 JSHandle<JSTaggedValue> thisValue = GetThis(argv); ResolvedOptions() local
[all...]
H A Dbuiltins_segmenter.cpp82 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Segment() local
107 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
H A Dbuiltins_date_time_format.cpp59 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in DateTimeFormatConstructor() local
111 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Format() local
224 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
256 JSHandle<JSTaggedValue> thisValue = GetThis(argv); FormatRange() local
298 JSHandle<JSTaggedValue> thisValue = GetThis(argv); FormatRangeToParts() local
[all...]
H A Dbuiltins_function.cpp344 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeToString() local
386 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in FunctionPrototypeHasInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.h25 BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsObjectStubBuilder() argument
H A Dbuiltins_number_stub_builder.h25 BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsNumberStubBuilder() argument
H A Dbuiltins_reflect_stub_builder.h25 BuiltinsReflectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsReflectStubBuilder() argument
H A Dbuiltins_collection_stub_builder.h26 explicit BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder() argument
H A Dbuiltins_proxy_stub_builder.h26 BuiltinsProxyStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs) in BuiltinsProxyStubBuilder() argument
H A Dcontainers_stub_builder.cpp23 void ContainersStubBuilder::ContainersCommonFuncCall(GateRef glue, GateRef thisValue, in ContainersCommonFuncCall() argument
145 void ContainersStubBuilder::QueueCommonFuncCall(GateRef glue, GateRef thisValue, in QueueCommonFuncCall() argument
254 void ContainersStubBuilder::DequeCommonFuncCall(GateRef glue, GateRef thisValue, in DequeCommonFuncCall() argument
366 void ContainersStubBuilder::ContainersLightWeightCall(GateRef glue, GateRef thisValue, in ContainersLightWeightCall() argument
476 void ContainersStubBuilder::ContainersHashCall(GateRef glue, GateRef thisValue, in ContainersHashCall() argument
613 ContainersLinkedListCall(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* result, Label *exit, Label *slowPath, ContainersType type) ContainersLinkedListCall() argument
[all...]
H A Dbuiltins_dataview_stub_builder.cpp25 void BuiltinsDataViewStubBuilder::SetTypedValue(GateRef glue, GateRef thisValue, in SetTypedValue() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A Dcommonjs.cpp55 ir::Expression *thisValue = AllocNode<ir::Identifier>(binder::Binder::CJS_MANDATORY_PARAM_EXPORTS); in AddReflectApplyArgs() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_reflect_test.cpp56 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in TestReflectApply() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Derror_helper.cpp30 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in ErrorCommonToString() local

Completed in 11 milliseconds

123