/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 47 JSTaggedValue SlowRuntimeStub::CallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue obj, in CallSpread() 59 JSTaggedValue SlowRuntimeStub::Neg(JSThread *thread, JSTaggedValue value) in Neg() 68 JSTaggedValue SlowRuntimeStub::AsyncFunctionEnter(JSThread *thread) in AsyncFunctionEnter() 76 JSTaggedValue SlowRuntimeStub::ToNumber(JSThread *thread, JSTaggedValue value) in ToNumber() 86 JSTaggedValue SlowRuntimeStub::ToNumeric(JSThread *thread, JSTaggedValue value) in ToNumeric() 96 JSTaggedValue SlowRuntimeStub::Not(JSThread *thread, JSTaggedValue value) in Not() 105 JSTaggedValue SlowRuntimeStub::Inc(JSThread *thread, JSTaggedValue value) in Inc() 114 JSTaggedValue SlowRuntimeStub::Dec(JSThread *thread, JSTaggedValue value) in Dec() 123 void SlowRuntimeStub::Throw(JSThread *thread, JSTaggedValue value) in Throw() 129 JSTaggedValue SlowRuntimeStub::GetPropIterator(JSThread *thread, JSTaggedValue value) in GetPropIterator() [all …]
|
D | fast_runtime_stub-inl.h | 159 JSTaggedValue FastRuntimeStub::CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue h… in CallGetter() 165 JSTaggedValue FastRuntimeStub::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue v… in CallSetter() 172 JSTaggedValue FastRuntimeStub::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in GetPropertyByIndex() 178 JSTaggedValue FastRuntimeStub::GetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTagge… in GetPropertyByValue() 184 JSTaggedValue FastRuntimeStub::GetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in GetPropertyByName() 190 JSTaggedValue FastRuntimeStub::SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in SetPropertyByName() 197 JSTaggedValue FastRuntimeStub::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in SetPropertyByIndex() 204 JSTaggedValue FastRuntimeStub::SetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTagge… in SetPropertyByValue() 210 JSTaggedValue FastRuntimeStub::GetGlobalOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTag… in GetGlobalOwnProperty() 227 JSTaggedValue FastRuntimeStub::FastTypeOf(JSThread *thread, JSTaggedValue obj) in FastTypeOf() [all …]
|
/arkcompiler/ets_runtime/ecmascript/ |
D | linked_hash_table.cpp | 23 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, int numberOf… in Create() 39 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHand… in Insert() 64 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::InsertWeakRef(const JSThread *thread, in InsertWeakRef() 92 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::GrowCapacity(const JSThread *thread, in GrowCapacity() 105 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Remove(const JSThread *thread, const JSHand… in Remove() 118 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Shrink(const JSThread *thread, const JSHand… in Shrink() 133 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements) in Create() 138 JSHandle<LinkedHashMap> LinkedHashMap::Delete(const JSThread *thread, const JSHandle<LinkedHashMap>… in Delete() 144 JSHandle<LinkedHashMap> LinkedHashMap::Set(const JSThread *thread, const JSHandle<LinkedHashMap> &o… in Set() 150 JSHandle<LinkedHashMap> LinkedHashMap::SetWeakRef(const JSThread *thread, const JSHandle<LinkedHash… in SetWeakRef() [all …]
|
D | tagged_tree.cpp | 23 JSHandle<Derived> TaggedTree<Derived>::Create(const JSThread *thread, int numberOfElements) in Create() 40 void TaggedTree<Derived>::InsertRebalance(const JSThread *thread, int index) in InsertRebalance() 81 void TaggedTree<Derived>::LeftRotate(const JSThread *thread, int index) in LeftRotate() 108 void TaggedTree<Derived>::RightRotate(const JSThread *thread, int index) in RightRotate() 135 JSHandle<Derived> TaggedTree<Derived>::AdjustTaggedTree(const JSThread *thread, const JSHandle<Deri… in AdjustTaggedTree() 177 void TaggedTree<Derived>::Transplant(const JSThread *thread, int dst, int src) in Transplant() 193 void TaggedTree<Derived>::Remove(const JSThread *thread, const JSHandle<Derived> &tree, int entry) in Remove() 221 void TaggedTree<Derived>::DeleteRebalance(const JSThread *thread, int index) in DeleteRebalance() 310 int TaggedTree<Derived>::FindEntry(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<… in FindEntry() 339 JSHandle<TaggedArray> TaggedTree<Derived>::GetSortArray(const JSThread *thread, const JSHandle<Deri… in GetSortArray() [all …]
|
D | js_tagged_value.cpp | 47 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString() 59 JSHandle<JSTaggedValue> JSTaggedValue::ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue… in ToPropertyKey() 131 bool JSTaggedValue::Equal(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTagg… in Equal() 272 ComparisonResult JSTaggedValue::Compare(JSThread *thread, const JSHandle<JSTaggedValue> &x, in Compare() 347 JSTaggedValue JSTaggedValue::ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in ToPrimitive() 377 JSTaggedValue JSTaggedValue::OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &t… in OrdinaryToPrimitive() 406 JSHandle<EcmaString> JSTaggedValue::ToString(JSThread *thread, JSTaggedValue val) in ToString() 412 JSHandle<EcmaString> JSTaggedValue::ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagge… in ToString() 459 JSTaggedValue JSTaggedValue::CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedV… in CanonicalNumericIndexString() 478 JSHandle<JSObject> JSTaggedValue::ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToObject() [all …]
|
D | ecma_macros.h | 52 #define SET_VALUE_WITH_BARRIER(thread, addr, offset, value) \ argument 176 #define RETURN_IF_ABRUPT_COMPLETION(thread) \ argument 184 #define RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, value) \ argument 192 #define RETURN_EXCEPTION_IF_ABRUPT_COMPLETION(thread) \ argument 200 #define RETURN_EXCEPTION_AND_POP_JOINSTACK(thread, value) \ argument 210 #define RETURN_HANDLE_IF_ABRUPT_COMPLETION(type, thread) \ argument 218 #define ASSERT_NO_ABRUPT_COMPLETION(thread) ASSERT(!(thread)->HasPendingException()); argument 285 #define THROW_NEW_ERROR_AND_RETURN(thread, error) \ argument 294 #define THROW_ERROR(thread, type, message) \ argument 306 #define THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, value) \ argument [all …]
|
D | js_hclass.cpp | 33 JSHandle<TransitionsDictionary> TransitionsDictionary::PutIfAbsent(const JSThread *thread, in PutIfAbsent() 84 JSHandle<TransitionsDictionary> TransitionsDictionary::Remove(const JSThread *thread, in Remove() 98 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash() 128 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps, in Initialize() 161 void JSHClass::InitTSInheritInfo(const JSThread *thread) in InitTSInheritInfo() 176 JSHandle<JSHClass> JSHClass::Clone(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in Clone() 199 JSHandle<JSHClass> JSHClass::CloneWithoutInlinedProperties(const JSThread *thread, const JSHandle<J… in CloneWithoutInlinedProperties() 204 void JSHClass::TransitionElementsToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) in TransitionElementsToDictionary() 215 JSHandle<JSHClass> JSHClass::SetPropertyOfObjHClass(const JSThread *thread, JSHandle<JSHClass> &jsh… in SetPropertyOfObjHClass() 244 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty() [all …]
|
D | js_arguments.cpp | 24 bool JSArguments::GetOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetOwnProperty() 44 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() 57 OperationResult JSArguments::GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetProperty() 66 bool JSArguments::SetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<J… in SetProperty() 74 bool JSArguments::DeleteProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DeleteProperty()
|
D | runtime_call_id.h | 1106 #define INTERPRETER_TRACE(thread, name) … argument 1112 #define RUNTIME_TRACE(thread, name) … argument 1118 #define RUNTIME_TRACE(thread, name) … argument 1124 #define INTERPRETER_TRACE(thread, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usag… argument 1127 #define RUNTIME_TRACE(thread, name) \ argument 1131 #define RUNTIME_TRACE(thread, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument 1137 #define BUILTINS_API_TRACE(thread, class, name) … argument 1143 #define ABSTRACT_OPERATION_TRACE(thread, class, name) … argument 1148 #define BUILTINS_API_TRACE(thread, class, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-ma… argument
|
D | global_env.cpp | 35 void GlobalEnv::Init(JSThread *thread) in Init() 45 JSHandle<JSTaggedValue> GlobalEnv::GetSymbol(JSThread *thread, const JSHandle<JSTaggedValue> &strin… in GetSymbol() 51 JSHandle<JSTaggedValue> GlobalEnv::GetStringPrototypeFunctionByName(JSThread *thread, const char *n… in GetStringPrototypeFunctionByName() 60 JSHandle<JSTaggedValue> GlobalEnv::GetStringFunctionByName(JSThread *thread, const char *name) in GetStringFunctionByName()
|
D | tagged_list.cpp | 32 JSHandle<Derived> TaggedList<Derived>::Create(const JSThread *thread, int numberOfNodes) in Create() 50 void TaggedList<Derived>::CopyArray(const JSThread *thread, JSHandle<Derived> &taggedList) in CopyArray() 62 JSHandle<Derived> TaggedList<Derived>::GrowCapacity(const JSThread *thread, const JSHandle<Derived>… in GrowCapacity() 80 JSTaggedValue TaggedList<Derived>::AddNode(const JSThread *thread, const JSHandle<Derived> &taggedL… in AddNode() 96 void TaggedList<Derived>::Clear(const JSThread *thread) in Clear() 114 JSTaggedValue TaggedList<Derived>::TaggedListToArray(const JSThread *thread, const JSHandle<Derived… in TaggedListToArray() 130 JSHandle<TaggedArray> TaggedList<Derived>::OwnKeys(JSThread *thread, const JSHandle<Derived> &list) in OwnKeys() 210 void TaggedList<Derived>::RemoveNode(JSThread *thread, int prevDataIndex) in RemoveNode() 294 JSTaggedValue TaggedList<Derived>::RemoveByIndex(JSThread *thread, const int &index) in RemoveByIndex() 304 JSTaggedValue TaggedSingleList::Create(const JSThread *thread, int numberOfElements) in Create() [all …]
|
D | tagged_node.cpp | 22 JSHandle<RBTreeNode> LinkedNode::Treeing(JSThread *thread, const JSHandle<LinkedNode> &head) in Treeing() 38 void RBTreeNode::InitRBTreeNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, in InitRBTreeNode() 57 void RBTreeNode::InOrderTraverse(JSThread *thread, const JSHandle<RBTreeNode> &treeNode, in InOrderTraverse() 75 JSHandle<LinkedNode> RBTreeNode::Detreeing(JSThread *thread, const JSHandle<RBTreeNode> &root) in Detreeing() 85 void RBTreeNode::InOrderTraverse(JSThread *thread, const JSHandle<RBTreeNode> &treeNode, int bit, in InOrderTraverse() 116 void RBTreeNode::Divide(JSThread *thread, JSHandle<TaggedHashArray> table, in Divide() 181 JSHandle<RBTreeNode> RBTreeNode::Set(JSThread *thread, JSHandle<RBTreeNode> treeNode, int hash, in Set() 224 RBTreeNode *RBTreeNode::RotateLeft(JSThread *thread) in RotateLeft() 243 RBTreeNode *RBTreeNode::RotateRight(JSThread *thread) in RotateRight() 262 void RBTreeNode::FlipColors(JSThread *thread) in FlipColors() [all …]
|
D | tagged_tree.h | 102 inline void SetCapacity(const JSThread *thread, int capacity) in SetCapacity() 112 inline void SetNumberOfElements(const JSThread *thread, uint32_t num) in SetNumberOfElements() 117 inline void SetNumberOfDeletedElements(const JSThread *thread, int num) in SetNumberOfDeletedElements() 122 inline void SetRootEntries(const JSThread *thread, int num) in SetRootEntries() 134 …inline static ComparisonResult EntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> valueX, in EntryCompare() 169 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey() 175 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue() 181 inline void SetCompare(const JSThread *thread, JSTaggedValue fn) in SetCompare() 274 inline void SetElement(const JSThread *thread, uint32_t index, JSTaggedValue element) in SetElement() 280 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent() [all …]
|
D | js_array.cpp | 27 JSTaggedValue JSArray::LengthGetter([[maybe_unused]] JSThread *thread, const JSHandle<JSObject> &se… in LengthGetter() 32 bool JSArray::LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTagge… in LengthSetter() 52 JSHandle<JSTaggedValue> JSArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, ArrayMode mod… in ArrayCreate() 60 JSHandle<JSTaggedValue> JSArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, in ArrayCreate() 94 JSTaggedValue JSArray::ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &originalArray, in ArraySpeciesCreate() 180 void JSArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint3… in SetCapacity() 230 bool JSArray::ArraySetLength(JSThread *thread, const JSHandle<JSObject> &array, const PropertyDescr… in ArraySetLength() 301 bool JSArray::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_… in PropertyKeyToArrayIndex() 307 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<J… in DefineOwnProperty() 331 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, in DefineOwnProperty() [all …]
|
D | weak_vector.cpp | 21 JSHandle<WeakVector> WeakVector::Create(const JSThread *thread, uint32_t capacity) in Create() 32 bool WeakVector::Delete(const JSThread *thread, uint32_t index) in Delete() 42 JSHandle<WeakVector> WeakVector::Grow(const JSThread *thread, const JSHandle<WeakVector> &old, uint… in Grow() 61 JSHandle<WeakVector> WeakVector::Append(const JSThread *thread, const JSHandle<WeakVector> &vec, in Append() 73 JSHandle<WeakVector> WeakVector::FillOrAppend(const JSThread *thread, const JSHandle<WeakVector> &v… in FillOrAppend() 93 JSHandle<WeakVector> WeakVector::AppendToFullVec(const JSThread *thread, const JSHandle<WeakVector>… in AppendToFullVec() 116 JSHandle<WeakVector> WeakVector::Copy(const JSThread *thread, const JSHandle<WeakVector> &vec, in Copy() 141 uint32_t WeakVector::PushBack(const JSThread *thread, JSTaggedValue value) in PushBack()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 47 JSTaggedValue RuntimeStubs::RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeInc() 59 JSTaggedValue RuntimeStubs::RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeDec() 71 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp() 107 JSTaggedValue RuntimeStubs::RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeIsIn() 120 JSTaggedValue RuntimeStubs::RuntimeInstanceof(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeInstanceof() 128 JSTaggedValue RuntimeStubs::RuntimeInstanceofByHandler(JSThread *thread, JSHandle<JSTaggedValue> ta… in RuntimeInstanceofByHandler() 164 JSTaggedValue RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeCreateGeneratorObj() 179 JSTaggedValue RuntimeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTagge… in RuntimeCreateAsyncGeneratorObj() 194 JSTaggedValue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue… in RuntimeGetTemplateObject() 201 JSTaggedValue RuntimeStubs::RuntimeGetNextPropName(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeGetNextPropName() [all …]
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_cjs_module.cpp | 29 JSThread *thread = argv->GetThread(); in CjsModuleConstructor() local 40 JSThread *thread = msg->GetThread(); in Compiler() local 49 JSThread *thread = msg->GetThread(); in Load() local 58 JSThread *thread = argv->GetThread(); in ResolveFilename() local 82 JSThread *thread = msg->GetThread(); in Require() local 91 JSThread *thread = msg->GetThread(); in GetExportsForCircularRequire() local 100 JSThread *thread = msg->GetThread(); in UpdateChildren() local
|
D | builtins_reflect.cpp | 27 JSThread *thread = argv->GetThread(); in ReflectApply() local 57 JSThread *thread = argv->GetThread(); in ReflectConstruct() local 91 JSThread *thread = argv->GetThread(); in ReflectDefineProperty() local 115 JSThread *thread = argv->GetThread(); in ReflectDeleteProperty() local 134 JSThread *thread = argv->GetThread(); in ReflectGet() local 160 JSThread *thread = argv->GetThread(); in ReflectGetOwnPropertyDescriptor() local 186 JSThread *thread = argv->GetThread(); in ReflectGetPrototypeOf() local 202 JSThread *thread = argv->GetThread(); in ReflectHas() local 220 JSThread *thread = argv->GetThread(); in ReflectIsExtensible() local 236 JSThread *thread = argv->GetThread(); in ReflectOwnKeys() local [all …]
|
D | builtins_math.cpp | 33 JSThread *thread = argv->GetThread(); in Abs() local 52 JSThread *thread = argv->GetThread(); in Acos() local 71 JSThread *thread = argv->GetThread(); in Acosh() local 89 JSThread *thread = argv->GetThread(); in Asin() local 107 JSThread *thread = argv->GetThread(); in Asinh() local 126 JSThread *thread = argv->GetThread(); in Atan() local 145 JSThread *thread = argv->GetThread(); in Atanh() local 163 JSThread *thread = argv->GetThread(); in Atan2() local 194 JSThread *thread = argv->GetThread(); in Cbrt() local 213 JSThread *thread = argv->GetThread(); in Ceil() local [all …]
|
D | builtins_object.cpp | 35 JSThread *thread = argv->GetThread(); in ObjectConstructor() local 67 JSThread *thread = argv->GetThread(); in Assign() local 136 JSTaggedValue BuiltinsObject::ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue… in ObjectDefineProperties() 215 JSThread *thread = argv->GetThread(); in Create() local 244 JSThread *thread = argv->GetThread(); in DefineProperties() local 255 JSThread *thread = argv->GetThread(); in DefineProperty() local 292 JSThread *thread = argv->GetThread(); in Freeze() local 323 JSThread *thread = argv->GetThread(); in GetOwnPropertyDescriptor() local 354 JSTaggedValue BuiltinsObject::GetOwnPropertyKeys(JSThread *thread, const JSHandle<JSTaggedValue> &o… in GetOwnPropertyKeys() 413 JSThread *thread = argv->GetThread(); in GetOwnPropertyNames() local [all …]
|
D | builtins_symbol.cpp | 35 JSThread *thread = argv->GetThread(); in SymbolConstructor() local 64 JSThread *thread = argv->GetThread(); in ToString() local 87 JSTaggedValue BuiltinsSymbol::SymbolDescriptiveString(JSThread *thread, JSTaggedValue sym) in SymbolDescriptiveString() 123 JSThread *thread = argv->GetThread(); in ValueOf() local 150 JSThread *thread = argv->GetThread(); in For() local 174 JSThread *thread = argv->GetThread(); in KeyFor() local 200 JSThread *thread = argv->GetThread(); in ToPrimitive() local 226 JSThread *thread = argv->GetThread(); in DescriptionGetter() local 234 JSTaggedValue BuiltinsSymbol::ThisSymbolValue(JSThread *thread, const JSHandle<JSTaggedValue> &valu… in ThisSymbolValue()
|
/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_vector.cpp | 32 JSThread *thread = argv->GetThread(); in VectorConstructor() local 54 JSThread *thread = argv->GetThread(); in Add() local 76 JSThread *thread = argv->GetThread(); in Insert() local 103 JSThread *thread = argv->GetThread(); in SetLength() local 130 JSThread *thread = argv->GetThread(); in GetCapacity() local 151 JSThread *thread = argv->GetThread(); in IncreaseCapacityTo() local 178 JSThread *thread = argv->GetThread(); in Get() local 204 JSThread *thread = argv->GetThread(); in GetIndexOf() local 226 JSThread *thread = argv->GetThread(); in GetIndexFrom() local 254 JSThread *thread = argv->GetThread(); in IsEmpty() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_vector.cpp | 30 bool JSAPIVector::Add(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTagge… in Add() 43 void JSAPIVector::Insert(JSThread *thread, const JSHandle<JSAPIVector> &vector, in Insert() 62 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength() 78 void JSAPIVector::IncreaseCapacityTo(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t… in IncreaseCapacityTo() 95 int32_t JSAPIVector::GetIndexOf(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetIndexOf() 101 int32_t JSAPIVector::GetIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetIndexFrom() 139 int32_t JSAPIVector::GetLastIndexOf(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetLastIndexOf() 149 int32_t JSAPIVector::GetLastIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetLastIndexFrom() 170 bool JSAPIVector::Remove(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTa… in Remove() 185 JSTaggedValue JSAPIVector::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIVector> &vector, int… in RemoveByIndex() [all …]
|
/arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/ |
D | containerslinkedlistcommon_fuzzer.h | 39 JSThread *thread = argv->GetThread(); in TestForEachFunc() local 52 static JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() 59 static EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() 70 static JSHandle<JSAPILinkedList> CreateJSAPILinkedList(JSThread *thread) in CreateJSAPILinkedList() 97 …ic void LinkedListAdd(JSHandle<JSAPILinkedList> &linkedList, JSTaggedValue value, JSThread *thread) in LinkedListAdd() 111 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFuzzTest() local 133 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetFirstFuzzTest() local 160 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetLastFuzzTest() local 187 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFirstFuzzTest() local 214 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListClearFuzzTest() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_record.cpp | 20 int32_t ModuleRecord::Instantiate(JSThread *thread, const JSHandle<JSTaggedValue> &module) in Instantiate() 29 int32_t ModuleRecord::Evaluate(JSThread *thread, const JSHandle<JSTaggedValue> &module) in Evaluate() 48 void ModuleRecord::SetNamespace(JSThread *thread, JSTaggedValue module, JSTaggedValue value) in SetNamespace()
|