| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_segment_iterator.cpp | 29 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local
|
| H A D | builtins_segments.cpp | 30 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Containing() local 52 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in GetSegmentIterator() local
|
| H A D | builtins_iterator.cpp | 43 JSHandle<JSTaggedValue> thisValue = GetCallArg(argv, 0); in Return() local 47 JSTaggedValue BuiltinsIterator::ReturnInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in ReturnInternal() argument
|
| H A D | builtins_string_iterator.cpp | 29 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local 33 JSTaggedValue BuiltinsStringIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisValue) in NextInternal() argument
|
| H A D | builtins_weak_ref.cpp | 57 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Deref() local
|
| H A D | builtins_async_from_sync_iterator.cpp | 33 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Next() local 143 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Return() local
|
| H A D | builtins_collator.cpp | 88 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Compare() local 150 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| H A D | builtins_displaynames.cpp | 80 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Of() local 123 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| H A D | builtins_list_format.cpp | 84 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 D | builtins_number_format.cpp | 55 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 D | builtins_plural_rules.cpp | 82 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Select() local 110 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| H A D | builtins_relative_time_format.cpp | 50 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 D | builtins_segmenter.cpp | 82 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in Segment() local 107 JSHandle<JSTaggedValue> thisValue = GetThis(argv); in ResolvedOptions() local
|
| H A D | builtins_date_time_format.cpp | 59 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 D | builtins_function.cpp | 344 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 D | builtins_object_stub_builder.h | 25 BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs)
in BuiltinsObjectStubBuilder() argument
|
| H A D | builtins_number_stub_builder.h | 25 BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs)
in BuiltinsNumberStubBuilder() argument
|
| H A D | builtins_reflect_stub_builder.h | 25 BuiltinsReflectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs)
in BuiltinsReflectStubBuilder() argument
|
| H A D | builtins_collection_stub_builder.h | 26 explicit BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder() argument
|
| H A D | builtins_proxy_stub_builder.h | 26 BuiltinsProxyStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef numArgs)
in BuiltinsProxyStubBuilder() argument
|
| H A D | containers_stub_builder.cpp | 23 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 D | builtins_dataview_stub_builder.cpp | 25 void BuiltinsDataViewStubBuilder::SetTypedValue(GateRef glue, GateRef thisValue,
in SetTypedValue() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | commonjs.cpp | 55 ir::Expression *thisValue = AllocNode<ir::Identifier>(binder::Binder::CJS_MANDATORY_PARAM_EXPORTS); in AddReflectApplyArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_reflect_test.cpp | 56 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in TestReflectApply() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | error_helper.cpp | 30 JSHandle<JSTaggedValue> thisValue = BuiltinsBase::GetThis(argv); in ErrorCommonToString() local
|