• Home
  • Raw
  • Download

Lines Matching defs:vm

152 Local<PrimitiveRef> JSValueRef::Undefined(const EcmaVM *vm)  in Undefined()
158 Local<PrimitiveRef> JSValueRef::Null(const EcmaVM *vm) in Null()
164 Local<PrimitiveRef> JSValueRef::Hole(const EcmaVM *vm) in Hole()
170 Local<PrimitiveRef> JSValueRef::True(const EcmaVM *vm) in True()
176 Local<PrimitiveRef> JSValueRef::False(const EcmaVM *vm) in False()
182 Local<ObjectRef> JSValueRef::ToObject(const EcmaVM *vm) in ToObject()
195 Local<ObjectRef> JSValueRef::ToEcmaObject(const EcmaVM *vm) in ToEcmaObject()
209 Local<StringRef> JSValueRef::ToString(const EcmaVM *vm) in ToString()
222 Local<NativePointerRef> JSValueRef::ToNativePointer(const EcmaVM *vm) in ToNativePointer()
232 bool JSValueRef::BooleaValue(const EcmaVM *vm) in BooleaValue()
238 int64_t JSValueRef::IntegerValue(const EcmaVM *vm) in IntegerValue()
256 uint32_t JSValueRef::Uint32Value(const EcmaVM *vm) in Uint32Value()
272 int32_t JSValueRef::Int32Value(const EcmaVM *vm) in Int32Value()
358 Local<BooleanRef> JSValueRef::ToBoolean(const EcmaVM *vm) in ToBoolean()
368 Local<BigIntRef> JSValueRef::ToBigInt(const EcmaVM *vm) in ToBigInt()
379 Local<NumberRef> JSValueRef::ToNumber(const EcmaVM *vm) in ToNumber()
390 bool JSValueRef::IsStrictEquals(const EcmaVM *vm, Local<JSValueRef> value) in IsStrictEquals()
400 Local<StringRef> JSValueRef::Typeof(const EcmaVM *vm) in Typeof()
408 bool JSValueRef::InstanceOf(const EcmaVM *vm, Local<JSValueRef> value) in InstanceOf()
450 bool JSValueRef::IsBigInt(const EcmaVM *vm) in IsBigInt()
471 bool JSValueRef::IsString(const EcmaVM *vm) in IsString()
477 bool JSValueRef::IsSymbol(const EcmaVM *vm) in IsSymbol()
483 bool JSValueRef::IsObject(const EcmaVM *vm) in IsObject()
489 bool JSValueRef::IsArray(const EcmaVM *vm) in IsArray()
496 bool JSValueRef::IsJSArray(const EcmaVM *vm) in IsJSArray()
502 bool JSValueRef::IsConstructor(const EcmaVM *vm) in IsConstructor()
509 bool JSValueRef::IsFunction(const EcmaVM *vm) in IsFunction()
516 bool JSValueRef::IsJSFunction(const EcmaVM *vm) in IsJSFunction()
523 bool JSValueRef::IsProxy(const EcmaVM *vm) in IsProxy()
529 bool JSValueRef::IsPromise(const EcmaVM *vm) in IsPromise()
535 bool JSValueRef::IsDataView(const EcmaVM *vm) in IsDataView()
541 bool JSValueRef::IsTypedArray(const EcmaVM *vm) in IsTypedArray()
547 bool JSValueRef::IsNativePointer(const EcmaVM *vm) in IsNativePointer()
553 bool JSValueRef::IsDate(const EcmaVM *vm) in IsDate()
559 bool JSValueRef::IsError(const EcmaVM *vm) in IsError()
565 bool JSValueRef::IsMap(const EcmaVM *vm) in IsMap()
571 bool JSValueRef::IsSet(const EcmaVM *vm) in IsSet()
577 bool JSValueRef::IsWeakRef(const EcmaVM *vm) in IsWeakRef()
583 bool JSValueRef::IsWeakMap(const EcmaVM *vm) in IsWeakMap()
589 bool JSValueRef::IsWeakSet(const EcmaVM *vm) in IsWeakSet()
595 bool JSValueRef::IsRegExp(const EcmaVM *vm) in IsRegExp()
601 bool JSValueRef::IsArrayIterator(const EcmaVM *vm) in IsArrayIterator()
607 bool JSValueRef::IsStringIterator(const EcmaVM *vm) in IsStringIterator()
613 bool JSValueRef::IsSetIterator(const EcmaVM *vm) in IsSetIterator()
619 bool JSValueRef::IsMapIterator(const EcmaVM *vm) in IsMapIterator()
625 bool JSValueRef::IsArrayBuffer(const EcmaVM *vm) in IsArrayBuffer()
631 bool JSValueRef::IsBuffer(const EcmaVM *vm) in IsBuffer()
637 bool JSValueRef::IsUint8Array(const EcmaVM *vm) in IsUint8Array()
643 bool JSValueRef::IsInt8Array(const EcmaVM *vm) in IsInt8Array()
649 bool JSValueRef::IsUint8ClampedArray(const EcmaVM *vm) in IsUint8ClampedArray()
655 bool JSValueRef::IsInt16Array(const EcmaVM *vm) in IsInt16Array()
661 bool JSValueRef::IsUint16Array(const EcmaVM *vm) in IsUint16Array()
667 bool JSValueRef::IsInt32Array(const EcmaVM *vm) in IsInt32Array()
673 bool JSValueRef::IsUint32Array(const EcmaVM *vm) in IsUint32Array()
679 bool JSValueRef::IsFloat32Array(const EcmaVM *vm) in IsFloat32Array()
685 bool JSValueRef::IsFloat64Array(const EcmaVM *vm) in IsFloat64Array()
691 bool JSValueRef::IsBigInt64Array(const EcmaVM *vm) in IsBigInt64Array()
697 bool JSValueRef::IsBigUint64Array(const EcmaVM *vm) in IsBigUint64Array()
703 bool JSValueRef::IsJSSharedInt8Array(const EcmaVM *vm) in IsJSSharedInt8Array()
709 bool JSValueRef::IsJSSharedUint8Array([[maybe_unused]]const EcmaVM *vm) in IsJSSharedUint8Array()
715 bool JSValueRef::IsJSSharedUint8ClampedArray([[maybe_unused]]const EcmaVM *vm) in IsJSSharedUint8ClampedArray()
721 bool JSValueRef::IsJSSharedInt16Array(const EcmaVM *vm) in IsJSSharedInt16Array()
727 bool JSValueRef::IsJSSharedUint16Array(const EcmaVM *vm) in IsJSSharedUint16Array()
733 bool JSValueRef::IsJSSharedInt32Array(const EcmaVM *vm) in IsJSSharedInt32Array()
739 bool JSValueRef::IsJSSharedFloat32Array(const EcmaVM *vm) in IsJSSharedFloat32Array()
745 bool JSValueRef::IsJSSharedUint32Array(const EcmaVM *vm) in IsJSSharedUint32Array()
751 bool JSValueRef::IsJSPrimitiveRef(const EcmaVM *vm) in IsJSPrimitiveRef()
757 bool JSValueRef::IsJSPrimitiveNumber(const EcmaVM *vm) in IsJSPrimitiveNumber()
765 bool JSValueRef::IsJSPrimitiveInt(const EcmaVM *vm) in IsJSPrimitiveInt()
773 bool JSValueRef::IsJSPrimitiveBoolean(const EcmaVM *vm) in IsJSPrimitiveBoolean()
781 bool JSValueRef::IsJSPrimitiveString(const EcmaVM *vm) in IsJSPrimitiveString()
789 bool JSValueRef::IsJSPrimitiveSymbol(const EcmaVM *vm) in IsJSPrimitiveSymbol()
797 bool JSValueRef::IsGeneratorObject(const EcmaVM *vm) in IsGeneratorObject()
803 bool JSValueRef::IsModuleNamespaceObject(const EcmaVM *vm) in IsModuleNamespaceObject()
809 bool JSValueRef::IsNativeModuleFailureInfoObject(const EcmaVM *vm) in IsNativeModuleFailureInfoObject()
815 bool JSValueRef::IsSharedArrayBuffer(const EcmaVM *vm) in IsSharedArrayBuffer()
821 bool JSValueRef::IsSendableArrayBuffer(const EcmaVM *vm) in IsSendableArrayBuffer()
827 bool JSValueRef::IsJSLocale(const EcmaVM *vm) in IsJSLocale()
833 bool JSValueRef::IsJSDateTimeFormat(const EcmaVM *vm) in IsJSDateTimeFormat()
839 bool JSValueRef::IsJSRelativeTimeFormat(const EcmaVM *vm) in IsJSRelativeTimeFormat()
845 bool JSValueRef::IsJSIntl(const EcmaVM *vm) in IsJSIntl()
851 bool JSValueRef::IsJSNumberFormat(const EcmaVM *vm) in IsJSNumberFormat()
857 bool JSValueRef::IsJSCollator(const EcmaVM *vm) in IsJSCollator()
863 bool JSValueRef::IsJSPluralRules(const EcmaVM *vm) in IsJSPluralRules()
869 bool JSValueRef::IsJSListFormat(const EcmaVM *vm) in IsJSListFormat()
875 bool JSValueRef::IsAsyncGeneratorObject(const EcmaVM *vm) in IsAsyncGeneratorObject()
881 bool JSValueRef::IsAsyncFunction(const EcmaVM *vm) in IsAsyncFunction()
887 bool JSValueRef::IsConcurrentFunction(const EcmaVM *vm) in IsConcurrentFunction()
895 bool JSValueRef::IsArgumentsObject(const EcmaVM *vm) in IsArgumentsObject()
901 bool JSValueRef::IsGeneratorFunction(const EcmaVM *vm) in IsGeneratorFunction()
907 bool JSValueRef::IsAsyncGeneratorFunction(const EcmaVM *vm) in IsAsyncGeneratorFunction()
913 bool JSValueRef::IsArrayList(const EcmaVM *vm) in IsArrayList()
919 bool JSValueRef::IsDeque(const EcmaVM *vm) in IsDeque()
925 bool JSValueRef::IsHashMap(const EcmaVM *vm) in IsHashMap()
931 bool JSValueRef::IsHashSet(const EcmaVM *vm) in IsHashSet()
937 bool JSValueRef::IsLightWeightMap(const EcmaVM *vm) in IsLightWeightMap()
943 bool JSValueRef::IsLightWeightSet(const EcmaVM *vm) in IsLightWeightSet()
949 bool JSValueRef::IsLinkedList(const EcmaVM *vm) in IsLinkedList()
955 bool JSValueRef::IsLinkedListIterator(const EcmaVM *vm) in IsLinkedListIterator()
961 bool JSValueRef::IsList(const EcmaVM *vm) in IsList()
967 bool JSValueRef::IsPlainArray(const EcmaVM *vm) in IsPlainArray()
973 bool JSValueRef::IsQueue(const EcmaVM *vm) in IsQueue()
979 bool JSValueRef::IsStack(const EcmaVM *vm) in IsStack()
985 bool JSValueRef::IsTreeMap(const EcmaVM *vm) in IsTreeMap()
991 bool JSValueRef::IsTreeSet(const EcmaVM *vm) in IsTreeSet()
997 bool JSValueRef::IsVector(const EcmaVM *vm) in IsVector()
1003 bool JSValueRef::IsBitVector(const EcmaVM *vm) in IsBitVector()
1009 bool JSValueRef::IsSendableObject(const EcmaVM *vm) in IsSendableObject()
1015 bool JSValueRef::IsJSShared(const EcmaVM *vm) in IsJSShared()
1021 bool JSValueRef::IsSharedArray(const EcmaVM *vm) in IsSharedArray()
1027 bool JSValueRef::IsSharedTypedArray(const EcmaVM *vm) in IsSharedTypedArray()
1033 bool JSValueRef::IsSharedSet(const EcmaVM *vm) in IsSharedSet()
1039 bool JSValueRef::IsSharedMap(const EcmaVM *vm) in IsSharedMap()
1045 bool JSValueRef::IsSharedMapIterator(const EcmaVM *vm) in IsSharedMapIterator()
1056 void *JSValueRef::GetNativePointerValue(const EcmaVM* vm, bool &isNativePointer) in GetNativePointerValue()
1067 void *JSValueRef::GetNativePointerValueImpl(const EcmaVM* vm, bool &isNativePointer) in GetNativePointerValueImpl()
1080 bool JSValueRef::IsDetachedArraybuffer(const EcmaVM *vm, bool &isArrayBuffer) in IsDetachedArraybuffer()
1093 void JSValueRef::DetachedArraybuffer(const EcmaVM *vm, bool &isArrayBuffer) in DetachedArraybuffer()
1115 void JSValueRef::GetDataViewInfo(const EcmaVM *vm, in GetDataViewInfo()
1154 const EcmaVM *vm, Local<ArrayBufferRef> arrayBuffer, uint32_t byteOffset, uint32_t byteLength) in New()
1180 Local<ArrayBufferRef> DataViewRef::GetArrayBuffer(const EcmaVM *vm) in GetArrayBuffer()
1192 Local<JSValueRef> PrimitiveRef::GetValue(const EcmaVM *vm) in GetValue()
1207 Local<NumberRef> NumberRef::New(const EcmaVM *vm, double input) in New()
1219 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int32_t input) in New()
1228 Local<NumberRef> NumberRef::New(const EcmaVM *vm, uint32_t input) in New()
1237 Local<NumberRef> NumberRef::New(const EcmaVM *vm, int64_t input) in New()
1254 Local<JSValueRef> MapRef::Get(const EcmaVM *vm, Local<JSValueRef> key) in Get()
1263 Local<JSValueRef> MapRef::Get(const EcmaVM *vm, const char *utf8) in Get()
1274 void MapRef::Set(const EcmaVM *vm, Local<JSValueRef> key, Local<JSValueRef> value) in Set()
1282 void MapRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
1292 bool MapRef::Has(const EcmaVM *vm, Local<JSValueRef> key) in Has()
1301 bool MapRef::Has(const EcmaVM *vm, const char *utf8) in Has()
1312 void MapRef::Delete(const EcmaVM *vm, Local<JSValueRef> key) in Delete()
1320 void MapRef::Clear(const EcmaVM *vm) in Clear()
1328 Local<MapRef> MapRef::New(const EcmaVM *vm) in New()
1343 int32_t MapRef::GetSize(const EcmaVM *vm) in GetSize()
1351 int32_t MapRef::GetTotalElements(const EcmaVM *vm) in GetTotalElements()
1360 Local<JSValueRef> MapRef::GetKey(const EcmaVM *vm, int entry) in GetKey()
1369 Local<JSValueRef> MapRef::GetValue(const EcmaVM *vm, int entry) in GetValue()
1378 Local<MapIteratorRef> MapRef::GetEntries(const EcmaVM *vm) in GetEntries()
1389 Local<MapIteratorRef> MapRef::GetKeys(const EcmaVM *vm) in GetKeys()
1399 Local<MapIteratorRef> MapRef::GetValues(const EcmaVM *vm) in GetValues()
1410 Local<SendableMapRef> SendableMapRef::New(const EcmaVM *vm) in New()
1428 Local<JSValueRef> SendableMapRef::Get(const EcmaVM *vm, Local<JSValueRef> key) in Get()
1437 Local<JSValueRef> SendableMapRef::Get(const EcmaVM *vm, const char *utf8) in Get()
1448 void SendableMapRef::Set(const EcmaVM *vm, Local<JSValueRef> key, Local<JSValueRef> value) in Set()
1456 void SendableMapRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
1466 bool SendableMapRef::Has(const EcmaVM *vm, Local<JSValueRef> key) in Has()
1475 bool SendableMapRef::Has(const EcmaVM *vm, const char *utf8) in Has()
1486 void SendableMapRef::Delete(const EcmaVM *vm, Local<JSValueRef> key) in Delete()
1494 void SendableMapRef::Clear(const EcmaVM *vm) in Clear()
1502 uint32_t SendableMapRef::GetSize(const EcmaVM *vm) in GetSize()
1511 uint32_t SendableMapRef::GetTotalElements(const EcmaVM *vm) in GetTotalElements()
1521 Local<JSValueRef> SendableMapRef::GetKey(const EcmaVM *vm, int entry) in GetKey()
1531 Local<JSValueRef> SendableMapRef::GetValue(const EcmaVM *vm, int entry) in GetValue()
1541 Local<SendableMapIteratorRef> SendableMapRef::GetEntries(const EcmaVM *vm) in GetEntries()
1552 Local<SendableMapIteratorRef> SendableMapRef::GetKeys(const EcmaVM *vm) in GetKeys()
1563 Local<SendableMapIteratorRef> SendableMapRef::GetValues(const EcmaVM *vm) in GetValues()
1575 Local<SendableSetRef> SendableSetRef::New(const EcmaVM *vm) in New()
1593 uint32_t SendableSetRef::GetSize(const EcmaVM *vm) in GetSize()
1602 uint32_t SendableSetRef::GetTotalElements(const EcmaVM *vm) in GetTotalElements()
1612 Local<JSValueRef> SendableSetRef::GetValue(const EcmaVM *vm, int entry) in GetValue()
1622 void SendableSetRef::Add(const EcmaVM *vm, Local<JSValueRef> value) in Add()
1639 Local<JSValueRef> MapIteratorRef::GetKind(const EcmaVM *vm) in GetKind()
1664 Local<MapIteratorRef> MapIteratorRef::New(const EcmaVM *vm, Local<MapRef> map) in New()
1676 ecmascript::EcmaRuntimeCallInfo *MapIteratorRef::GetEcmaRuntimeCallInfo(const EcmaVM *vm) in GetEcmaRuntimeCallInfo()
1689 Local<ArrayRef> MapIteratorRef::Next(const EcmaVM *vm, ecmascript::EcmaRuntimeCallInfo *ecmaRuntime… in Next()
1700 Local<JSValueRef> MapIteratorRef::Next(const EcmaVM *vm) in Next()
1710 Local<JSValueRef> SendableMapIteratorRef::Next(const EcmaVM *vm) in Next()
1727 Local<JSValueRef> SetIteratorRef::GetKind(const EcmaVM *vm) in GetKind()
1752 Local<SetIteratorRef> SetIteratorRef::New(const EcmaVM *vm, Local<SetRef> set) in New()
1764 ecmascript::EcmaRuntimeCallInfo *SetIteratorRef::GetEcmaRuntimeCallInfo(const EcmaVM *vm) in GetEcmaRuntimeCallInfo()
1777 Local<ArrayRef> SetIteratorRef::Next(const EcmaVM *vm, ecmascript::EcmaRuntimeCallInfo *ecmaRuntime… in Next()
1789 Local<BufferRef> BufferRef::New(const EcmaVM *vm, int32_t length) in New()
1811const EcmaVM *vm, void *buffer, int32_t length, const NativePointerCallback &deleter, void *data) in New()
1833 int32_t BufferRef::ByteLength(const EcmaVM *vm) in ByteLength()
1841 void *BufferRef::GetBuffer(const EcmaVM *vm) in GetBuffer()
1889 Local<PromiseCapabilityRef> PromiseCapabilityRef::New(const EcmaVM *vm) in New()
1900 Local<PromiseRef> PromiseCapabilityRef::GetPromise(const EcmaVM *vm) in GetPromise()
1909 bool PromiseCapabilityRef::Resolve(const EcmaVM *vm, uintptr_t value) in Resolve()
1933 bool PromiseCapabilityRef::Resolve(const EcmaVM *vm, Local<JSValueRef> value) in Resolve()
1957 bool PromiseCapabilityRef::Reject(const EcmaVM *vm, uintptr_t reason) in Reject()
1982 bool PromiseCapabilityRef::Reject(const EcmaVM *vm, Local<JSValueRef> reason) in Reject()
2008 Local<SymbolRef> SymbolRef::New(const EcmaVM *vm, Local<StringRef> description) in New()
2023 Local<StringRef> SymbolRef::GetDescription(const EcmaVM *vm) in GetDescription()
2038 Local<BooleanRef> BooleanRef::New(const EcmaVM *vm, bool value) in New()
2056 Local<StringRef> StringRef::NewFromUtf8(const EcmaVM *vm, const char *utf8, int length) in NewFromUtf8()
2071 Local<StringRef> StringRef::NewFromUtf8WithoutStringTable(const EcmaVM *vm, const char *utf8, int l… in NewFromUtf8WithoutStringTable()
2086 Local<StringRef> StringRef::NewFromUtf16WithoutStringTable(const EcmaVM *vm, const char16_t *utf16,… in NewFromUtf16WithoutStringTable()
2102 Local<StringRef> StringRef::NewFromUtf16(const EcmaVM *vm, const char16_t *utf16, int length) in NewFromUtf16()
2117 std::string StringRef::ToString(const EcmaVM *vm) in ToString()
2124 std::string StringRef::DebuggerToString(const EcmaVM *vm) in DebuggerToString()
2131 uint32_t StringRef::Length(const EcmaVM *vm) in Length()
2138 int32_t StringRef::Utf8Length(const EcmaVM *vm, bool isGetBufferSize) in Utf8Length()
2146 int StringRef::WriteUtf8(const EcmaVM *vm, char *buffer, int length, bool isWriteBuffer) in WriteUtf8()
2154 int StringRef::WriteUtf16(const EcmaVM *vm, char16_t *buffer, int length) in WriteUtf16()
2162 int StringRef::WriteLatin1(const EcmaVM *vm, char *buffer, int length) in WriteLatin1()
2170 Local<StringRef> StringRef::GetNapiWrapperString(const EcmaVM *vm) in GetNapiWrapperString()
2206 Local<BigIntRef> BigIntRef::New(const EcmaVM *vm, uint64_t input) in New()
2217 Local<BigIntRef> BigIntRef::New(const EcmaVM *vm, int64_t input) in New()
2228 Local<JSValueRef> BigIntRef::CreateBigWords(const EcmaVM *vm, bool sign, uint32_t size, const uint6… in CreateBigWords()
2239 void BigIntRef::BigIntToInt64(const EcmaVM *vm, int64_t *value, bool *lossless) in BigIntToInt64()
2250 void BigIntRef::BigIntToUint64(const EcmaVM *vm, uint64_t *value, bool *lossless) in BigIntToUint64()
2261 void BigIntRef::GetWordsArray(const EcmaVM *vm, bool* signBit, size_t wordCount, uint64_t* words) in GetWordsArray()
2283 uint32_t BigIntRef::GetWordsArraySize(const EcmaVM *vm) in GetWordsArraySize()
2293 LocalScope::LocalScope(const EcmaVM *vm) : thread_(vm->GetJSThread()) in LocalScope()
2310 LocalScope::LocalScope(const EcmaVM *vm, JSTaggedType value) : thread_(vm->GetJSThread()) in LocalScope()
2352 EscapeLocalScope::EscapeLocalScope(const EcmaVM *vm) : LocalScope(vm, JSTaggedValue::Undefined().Ge… in EscapeLocalScope()
2360 Local<IntegerRef> IntegerRef::New(const EcmaVM *vm, int input) in New()
2370 Local<IntegerRef> IntegerRef::NewFromUnsigned(const EcmaVM *vm, unsigned int input) in NewFromUnsigned()
2388 Local<ObjectRef> ObjectRef::New(const EcmaVM *vm) in New()
2399 uintptr_t ObjectRef::NewObject(const EcmaVM *vm) in NewObject()
2411 Local<ObjectRef> ObjectRef::NewS(const EcmaVM *vm) in NewS()
2422 Local<ObjectRef> ObjectRef::NewWithProperties(const EcmaVM *vm, size_t propertyCount, in NewWithProperties()
2456 Local<ObjectRef> ObjectRef::NewSWithProperties(const EcmaVM *vm, SendablePropertiesInfo &info) in NewSWithProperties()
2469 Local<ObjectRef> ObjectRef::NewWithNamedProperties(const EcmaVM *vm, size_t propertyCount, in NewWithNamedProperties()
2481 Local<ObjectRef> ObjectRef::CreateNativeModuleFailureInfo(const EcmaVM *vm, const std::string &fail… in CreateNativeModuleFailureInfo()
2493 Local<ObjectRef> ObjectRef::CreateAccessorData(const EcmaVM *vm, in CreateAccessorData()
2506 Local<ObjectRef> ObjectRef::CreateSendableAccessorData(const EcmaVM *vm, in CreateSendableAccessorData()
2520 bool ObjectRef::ConvertToNativeBindingObject(const EcmaVM *vm, Local<NativePointerRef> value) in ConvertToNativeBindingObject()
2536 bool ObjectRef::Set(const EcmaVM *vm, Local<JSValueRef> key, Local<JSValueRef> value) in Set()
2553 bool ObjectRef::Set(const EcmaVM *vm, const char *utf8, Local<JSValueRef> value) in Set()
2588 bool ObjectRef::Set(const EcmaVM *vm, uint32_t key, Local<JSValueRef> value) in Set()
2603 bool ObjectRef::SetAccessorProperty(const EcmaVM *vm, Local<JSValueRef> key, Local<FunctionRef> get… in SetAccessorProperty()
2621 Local<JSValueRef> ObjectRef::Get(const EcmaVM *vm, Local<JSValueRef> key) in Get()
2645 Local<JSValueRef> ObjectRef::Get(const EcmaVM *vm, const char *utf8) in Get()
2670 Local<JSValueRef> ObjectRef::Get(const EcmaVM *vm, int32_t key) in Get()
2692 bool ObjectRef::GetOwnProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute &property) in GetOwnProperty()
2724 Local<ArrayRef> ObjectRef::GetOwnPropertyNames(const EcmaVM *vm) in GetOwnPropertyNames()
2736 Local<ArrayRef> ObjectRef::GetAllPropertyNames(const EcmaVM *vm, uint32_t filter) in GetAllPropertyNames()
2750 Local<ArrayRef> ObjectRef::GetOwnEnumerablePropertyNames(const EcmaVM *vm) in GetOwnEnumerablePropertyNames()
2762 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype()
2773 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype) in SetPrototype()
2782 bool ObjectRef::DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute) in DefineProperty()
2794 bool ObjectRef::Has(const EcmaVM *vm, Local<JSValueRef> key) in Has()
2804 bool ObjectRef::Has(const EcmaVM *vm, uint32_t key) in Has()
2813 bool ObjectRef::HasOwnProperty(const EcmaVM *vm, Local<JSValueRef> key) in HasOwnProperty()
2823 bool ObjectRef::Delete(const EcmaVM *vm, Local<JSValueRef> key) in Delete()
2833 bool ObjectRef::Delete(const EcmaVM *vm, uint32_t key) in Delete()
2843 Local<JSValueRef> ObjectRef::Freeze(const EcmaVM *vm) in Freeze()
2868 Local<JSValueRef> ObjectRef::Seal(const EcmaVM *vm) in Seal()
2893 void ObjectRef::SetNativePointerFieldCount(const EcmaVM *vm, int32_t count) in SetNativePointerFieldCount()
2904 int32_t ObjectRef::GetNativePointerFieldCount(const EcmaVM *vm) in GetNativePointerFieldCount()
2914 void *ObjectRef::GetNativePointerField(const EcmaVM *vm, int32_t index) in GetNativePointerField()
2924 void ObjectRef::SetNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetNativePointerField()
2936 void ObjectRef::SetConcurrentNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointe… in SetConcurrentNativePointerField()
2949 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeB… in New()
2960const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in New()
2971const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in NewConcurrent()
2982const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in NewSendable()
3000 Local<ArrayBufferRef> ArrayBufferRef::New(const EcmaVM *vm, int32_t length) in New()
3010const EcmaVM *vm, void *buffer, int32_t length, const NativePointerCallback &deleter, void *data) in New()
3019 int32_t ArrayBufferRef::ByteLength(const EcmaVM *vm) in ByteLength()
3028 void *ArrayBufferRef::GetBuffer(const EcmaVM *vm) in GetBuffer()
3040 void ArrayBufferRef::Detach(const EcmaVM *vm) in Detach()
3049 bool ArrayBufferRef::IsDetach(const EcmaVM *vm) in IsDetach()
3057 Local<SendableArrayBufferRef> SendableArrayBufferRef::New(const EcmaVM *vm, int32_t length) in New()
3067const EcmaVM *vm, void *buffer, int32_t length, const NativePointerCallback &deleter, void *data) in New()
3077 int32_t SendableArrayBufferRef::ByteLength(const EcmaVM *vm) in ByteLength()
3086 void SendableArrayBufferRef::Detach(const EcmaVM *vm) in Detach()
3094 bool SendableArrayBufferRef::IsDetach(const EcmaVM *vm) in IsDetach()
3102 void *SendableArrayBufferRef::GetBuffer(const EcmaVM *vm) in GetBuffer()
3115 Local<DateRef> DateRef::New(const EcmaVM *vm, double time) in New()
3127 Local<StringRef> DateRef::ToString(const EcmaVM *vm) in ToString()
3142 double DateRef::GetTime(const EcmaVM *vm) in GetTime()
3154 uint32_t TypedArrayRef::ByteLength(const EcmaVM *vm) in ByteLength()
3163 uint32_t TypedArrayRef::ByteOffset(const EcmaVM *vm) in ByteOffset()
3172 uint32_t TypedArrayRef::ArrayLength(const EcmaVM *vm) in ArrayLength()
3181 Local<ArrayBufferRef> TypedArrayRef::GetArrayBuffer(const EcmaVM *vm) in GetArrayBuffer()
3191 uint32_t SendableTypedArrayRef::ByteLength(const EcmaVM *vm) in ByteLength()
3200 uint32_t SendableTypedArrayRef::ByteOffset(const EcmaVM *vm) in ByteOffset()
3209 uint32_t SendableTypedArrayRef::ArrayLength(const EcmaVM *vm) in ArrayLength()
3218 Local<SendableArrayBufferRef> SendableTypedArrayRef::GetArrayBuffer(const EcmaVM *vm) in GetArrayBuffer()
3230 Local<FunctionRef> FunctionRef::New(EcmaVM *vm, FunctionCallback nativeFunc, in New()
3243 Local<FunctionRef> FunctionRef::NewConcurrent(EcmaVM *vm, FunctionCallback nativeFunc, in NewConcurrent()
3257 Local<FunctionRef> FunctionRef::New(EcmaVM *vm, InternalFunctionCallback nativeFunc, in New()
3270 Local<FunctionRef> FunctionRef::NewSendable(EcmaVM *vm, in NewSendable()
3287 Local<FunctionRef> FunctionRef::NewConcurrent(EcmaVM *vm, InternalFunctionCallback nativeFunc, in NewConcurrent()
3300 static void InitClassFunction(EcmaVM *vm, JSHandle<JSFunction> &func, bool callNapi) in InitClassFunction()
3321 Local<FunctionRef> FunctionRef::NewClassFunction(EcmaVM *vm, FunctionCallback nativeFunc, in NewClassFunction()
3339 Local<FunctionRef> FunctionRef::NewConcurrentClassFunction(EcmaVM *vm, InternalFunctionCallback nat… in NewConcurrentClassFunction()
3357 Local<FunctionRef> FunctionRef::NewClassFunction(EcmaVM *vm, InternalFunctionCallback nativeFunc, in NewClassFunction()
3375 Local<FunctionRef> FunctionRef::NewSendableClassFunction(const EcmaVM *vm, in NewSendableClassFunction()
3429 Local<JSValueRef> FunctionRef::Call(const EcmaVM *vm, Local<JSValueRef> thisObj, in Call()
3464 JSValueRef* FunctionRef::CallForNapi(const EcmaVM *vm, JSValueRef *thisObj, in CallForNapi()
3519 Local<JSValueRef> FunctionRef::Constructor(const EcmaVM *vm, in Constructor()
3547 JSValueRef* FunctionRef::ConstructorOptimize(const EcmaVM *vm, in ConstructorOptimize()
3576 Local<JSValueRef> FunctionRef::GetFunctionPrototype(const EcmaVM *vm) in GetFunctionPrototype()
3586 bool FunctionRef::Inherit(const EcmaVM *vm, Local<FunctionRef> parent) in Inherit()
3606 void FunctionRef::SetName(const EcmaVM *vm, Local<StringRef> name) in SetName()
3616 Local<StringRef> FunctionRef::GetName(const EcmaVM *vm) in GetName()
3627 Local<StringRef> FunctionRef::GetSourceCode(const EcmaVM *vm, int lineNumber) in GetSourceCode()
3664 bool FunctionRef::IsNative(const EcmaVM *vm) in IsNative()
3673 void FunctionRef::SetData(const EcmaVM *vm, void *data, NativePointerCallback deleter, [[maybe_unus… in SetData()
3686 void* FunctionRef::GetData(const EcmaVM *vm) in GetData()
3701 Local<ArrayRef> ArrayRef::New(const EcmaVM *vm, uint32_t length) in New()
3711 uint32_t ArrayRef::Length(const EcmaVM *vm) in Length()
3717 Local<JSValueRef> ArrayRef::GetValueAt(const EcmaVM *vm, Local<JSValueRef> obj, uint32_t index) in GetValueAt()
3726 bool ArrayRef::SetValueAt(const EcmaVM *vm, Local<JSValueRef> obj, uint32_t index, Local<JSValueRef… in SetValueAt()
3736 Local<SendableArrayRef> SendableArrayRef::New(const EcmaVM *vm, uint32_t length) in New()
3753 uint32_t SendableArrayRef::Length(const EcmaVM *vm) in Length()
3760 Local<JSValueRef> SendableArrayRef::GetValueAt(const EcmaVM *vm, Local<JSValueRef> obj, uint32_t in… in GetValueAt()
3769 bool SendableArrayRef::SetProperty(const EcmaVM *vm, Local<JSValueRef> obj, uint32_t index, Local<J… in SetProperty()
3816 JSExecutionScope::JSExecutionScope([[maybe_unused]] const EcmaVM *vm) in JSExecutionScope()
3828 JsiNativeScope::JsiNativeScope(const EcmaVM *vm) in JsiNativeScope()
3848 JsiFastNativeScope::JsiFastNativeScope(const EcmaVM *vm) in JsiFastNativeScope()
3895 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, const std::string &patchFileName, const std::string &b… in LoadPatch()
3903 PatchErrorCode JSNApi::LoadPatch(EcmaVM *vm, in LoadPatch()
3914 PatchErrorCode JSNApi::UnloadPatch(EcmaVM *vm, const std::string &patchFileName) in UnloadPatch()
3925 bool JSNApi::IsQuickFixCausedException(EcmaVM *vm, Local<ObjectRef> exception, const std::string &p… in IsQuickFixCausedException()
3940 void JSNApi::RegisterQuickFixQueryFunc(EcmaVM *vm, std::function<bool(std::string baseFileName, in RegisterQuickFixQueryFunc()
3950 bool JSNApi::IsBundle(EcmaVM *vm) in IsBundle()
3955 void JSNApi::SetBundle(EcmaVM *vm, bool value) in SetBundle()
3960 bool JSNApi::IsNormalizedOhmUrlPack(EcmaVM *vm) in IsNormalizedOhmUrlPack()
3970 void JSNApi::SetModuleInfo(EcmaVM *vm, const std::string &assetPath, const std::string &entryPoint) in SetModuleInfo()
3990 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath()
4002 void JSNApi::SetLoop(EcmaVM *vm, void *loop) in SetLoop()
4007 void JSNApi::SetWeakFinalizeTaskCallback(EcmaVM *vm, const WeakFinalizeTaskCallback &callback) in SetWeakFinalizeTaskCallback()
4012 void JSNApi::SetAsyncCleanTaskCallback(EcmaVM *vm, const NativePointerTaskCallback &callback) in SetAsyncCleanTaskCallback()
4017 void JSNApi::SetTriggerGCTaskCallback(EcmaVM *vm, const TriggerGCTaskCallback& callback) in SetTriggerGCTaskCallback()
4022 std::string JSNApi::GetAssetPath(EcmaVM *vm) in GetAssetPath()
4027 void JSNApi::SetMockModuleList(EcmaVM *vm, const std::map<std::string, std::string> &list) in SetMockModuleList()
4032 void JSNApi::SetHmsModuleList(EcmaVM *vm, const std::vector<panda::HmsMap> &list) in SetHmsModuleList()
4037 void JSNApi::SetPkgAliasList(EcmaVM *vm, const std::map<std::string, std::string> &list) in SetPkgAliasList()
4046 void JSNApi::SetPkgNameList(EcmaVM *vm, const std::map<std::string, std::string> &list) in SetPkgNameList()
4054 std::string JSNApi::GetPkgName(EcmaVM *vm, const std::string &moduleName) in GetPkgName()
4059 void JSNApi::SetpkgContextInfoList(EcmaVM *vm, const std::map<std::string, in SetpkgContextInfoList()
4081 void JSNApi::SetExecuteBufferMode(const EcmaVM *vm) in SetExecuteBufferMode()
4088 bool JSNApi::InitForConcurrentThread(EcmaVM *vm, ConcurrentCallback cb, void *data) in InitForConcurrentThread()
4095 bool JSNApi::InitForConcurrentFunction(EcmaVM *vm, Local<JSValueRef> function, void *taskInfo) in InitForConcurrentFunction()
4113 void* JSNApi::GetCurrentTaskInfo(const EcmaVM *vm) in GetCurrentTaskInfo()
4119 void JSNApi::ClearCurrentTaskInfo(const EcmaVM *vm) in ClearCurrentTaskInfo()
4126 void JSNApi::SetBundleName(EcmaVM *vm, const std::string &bundleName) in SetBundleName()
4132 std::string JSNApi::GetBundleName(EcmaVM *vm) in GetBundleName()
4137 void JSNApi::SetModuleName(EcmaVM *vm, const std::string &moduleName) in SetModuleName()
4144 std::string JSNApi::GetModuleName(EcmaVM *vm) in GetModuleName()
4149 std::pair<std::string, std::string> JSNApi::GetCurrentModuleInfo(EcmaVM *vm, bool needRecordName) in GetCurrentModuleInfo()
4161 void JSNApi::AllowCrossThreadExecution(EcmaVM *vm) in AllowCrossThreadExecution()
4167 void* JSNApi::GetEnv(EcmaVM *vm) in GetEnv()
4173 void JSNApi::SetEnv(EcmaVM *vm, void *env) in SetEnv()
4179 void JSNApi::SynchronizVMInfo(EcmaVM *vm, const EcmaVM *hostVM) in SynchronizVMInfo()
4197 bool JSNApi::IsProfiling(EcmaVM *vm) in IsProfiling()
4202 void JSNApi::SetProfilerState(const EcmaVM *vm, bool value) in SetProfilerState()
4207 void JSNApi::SetSourceMapTranslateCallback(EcmaVM *vm, SourceMapTranslateCallback callback) in SetSourceMapTranslateCallback()
4212 void JSNApi::SetSourceMapCallback(EcmaVM *vm, SourceMapCallback callback) in SetSourceMapCallback()
4217 void JSNApi::GetStackBeforeCallNapiSuccess([[maybe_unused]] EcmaVM *vm, in GetStackBeforeCallNapiSuccess()
4229 void JSNApi::GetStackAfterCallNapi([[maybe_unused]] EcmaVM *vm) in GetStackAfterCallNapi()
4271 EcmaContext *JSNApi::CreateJSContext(EcmaVM *vm) in CreateJSContext()
4278 void JSNApi::SwitchCurrentContext(EcmaVM *vm, EcmaContext *context) in SwitchCurrentContext()
4285 void JSNApi::DestroyJSContext(EcmaVM *vm, EcmaContext *context) in DestroyJSContext()
4311 void JSNApi::TriggerGC(const EcmaVM *vm, TRIGGER_GC_TYPE gcType) in TriggerGC()
4316 void JSNApi::TriggerGC(const EcmaVM *vm, ecmascript::GCReason reason, TRIGGER_GC_TYPE gcType) in TriggerGC()
4337 void JSNApi::TriggerIdleGC(const EcmaVM *vm, TRIGGER_IDLE_GC_TYPE gcType) in TriggerIdleGC()
4356 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException()
4367 void JSNApi::PrintExceptionInfo(const EcmaVM *vm) in PrintExceptionInfo()
4390 bool JSNApi::StartDebuggerCheckParameters(EcmaVM *vm, const DebugOption &option, int32_t instanceId, in StartDebuggerCheckParameters()
4442 bool JSNApi::StartDebugger([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, in StartDebugger()
4474 bool JSNApi::StartDebuggerForOldProcess([[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOp… in StartDebuggerForOldProcess()
4578 [[maybe_unused]] EcmaVM *vm, in NotifyDebugMode()
4670 [[maybe_unused]] EcmaVM *vm, in StoreDebugInfo()
4732 bool JSNApi::StopDebugger([[maybe_unused]] EcmaVM *vm) in StopDebugger()
4805 bool JSNApi::IsMixedDebugEnabled([[maybe_unused]] const EcmaVM *vm) in IsMixedDebugEnabled()
4814 bool JSNApi::IsDebugModeEnabled([[maybe_unused]] const EcmaVM *vm) in IsDebugModeEnabled()
4828 void JSNApi::NotifyNativeCalling([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *na… in NotifyNativeCalling()
4838 void JSNApi::NotifyNativeReturn([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] const void *na… in NotifyNativeReturn()
4848 void JSNApi::NotifyLoadModule([[maybe_unused]] const EcmaVM *vm) in NotifyLoadModule()
4859 void JSNApi::NotifyUIIdle(const EcmaVM *vm, [[maybe_unused]] int idleTime) in NotifyUIIdle()
4865 void JSNApi::NotifyLooperIdleStart(const EcmaVM *vm, int64_t timestamp, int idleTime) in NotifyLooperIdleStart()
4872 void JSNApi::NotifyLooperIdleEnd(const EcmaVM *vm, int64_t timestamp) in NotifyLooperIdleEnd()
4879 bool JSNApi::IsJSMainThreadOfEcmaVM(const EcmaVM *vm) in IsJSMainThreadOfEcmaVM()
4884 void JSNApi::SetDeviceDisconnectCallback(EcmaVM *vm, DeviceDisconnectCallback cb) in SetDeviceDisconnectCallback()
4902 bool JSNApi::IsSerializationTimeoutCheckEnabled(const EcmaVM *vm) in IsSerializationTimeoutCheckEnabled()
4920 void JSNApi::GenerateTimeoutTraceIfNeeded(const EcmaVM *vm, std::chrono::system_clock::time_point &… in GenerateTimeoutTraceIfNeeded()
4941 void JSNApi::LoadAotFileInternal(EcmaVM *vm, const std::string &moduleName, std::string &aotFileNam… in LoadAotFileInternal()
4972 void JSNApi::LoadAotFile(EcmaVM *vm, const std::string &moduleName) in LoadAotFile()
4983 void JSNApi::LoadAotFile(EcmaVM *vm, [[maybe_unused]] const std::string &bundleName, const std::str… in LoadAotFile()
4995 bool JSNApi::ExecuteInContext(EcmaVM *vm, const std::string &fileName, const std::string &entry, bo… in ExecuteInContext()
5015 bool JSNApi::ExecuteForAbsolutePath(const EcmaVM *vm, const std::string &fileName, const std::strin… in ExecuteForAbsolutePath()
5034 bool JSNApi::Execute(const EcmaVM *vm, const std::string &fileName, const std::string &entry, in Execute()
5054 bool JSNApi::Execute(EcmaVM *vm, const uint8_t *data, int32_t size, const std::string &entry, in Execute()
5072 int JSNApi::ExecuteWithSingletonPatternFlag(EcmaVM *vm, const std::string &bundleName, in ExecuteWithSingletonPatternFlag()
5090 bool JSNApi::IsExecuteModuleInAbcFile(EcmaVM *vm, const std::string &bundleName, in IsExecuteModuleInAbcFile()
5101 bool JSNApi::ExecuteModuleBuffer(EcmaVM *vm, const uint8_t *data, int32_t size, const std::string &… in ExecuteModuleBuffer()
5125 bool JSNApi::ExecuteSecureWithOhmUrl(EcmaVM *vm, uint8_t *data, int32_t size, const std::string &sr… in ExecuteSecureWithOhmUrl()
5158 bool JSNApi::ExecuteSecure(EcmaVM *vm, uint8_t *data, int32_t size, const std::string &entry, in ExecuteSecure()
5177 bool JSNApi::ExecuteModuleBufferSecure(EcmaVM *vm, uint8_t* data, int32_t size, const std::string &… in ExecuteModuleBufferSecure()
5195 void JSNApi::PreFork(EcmaVM *vm) in PreFork()
5216 void JSNApi::PostFork(EcmaVM *vm, const RuntimeOption &option) in PostFork()
5265 Local<ObjectRef> JSNApi::GetUncaughtException(const EcmaVM *vm) in GetUncaughtException()
5271 Local<ObjectRef> JSNApi::GetAndClearUncaughtException(const EcmaVM *vm) in GetAndClearUncaughtException()
5280 bool JSNApi::HasPendingException(const EcmaVM *vm) in HasPendingException()
5285 bool JSNApi::IsExecutingPendingJob(const EcmaVM *vm) in IsExecutingPendingJob()
5290 bool JSNApi::HasPendingJob(const EcmaVM *vm) in HasPendingJob()
5296 void JSNApi::EnableUserUncaughtErrorHandler(EcmaVM *vm) in EnableUserUncaughtErrorHandler()
5301 Local<ObjectRef> JSNApi::GetGlobalObject(const EcmaVM *vm) in GetGlobalObject()
5309 void JSNApi::ExecutePendingJob(const EcmaVM *vm) in ExecutePendingJob()
5316 uintptr_t JSNApi::GetHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetHandleAddr()
5327 uintptr_t JSNApi::GetGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetGlobalHandleAddr()
5338 int JSNApi::GetStartRealTime(const EcmaVM *vm) in GetStartRealTime()
5344 void JSNApi::NotifyTaskBegin(const EcmaVM *vm) in NotifyTaskBegin()
5349 void JSNApi::NotifyTaskFinished(const EcmaVM *vm) in NotifyTaskFinished()
5355 bool JSNApi::IsMultiThreadCheckEnabled(const EcmaVM *vm) in IsMultiThreadCheckEnabled()
5365 uintptr_t JSNApi::SetWeak(const EcmaVM *vm, uintptr_t localAddress) in SetWeak()
5375 uintptr_t JSNApi::SetWeakCallback(const EcmaVM *vm, uintptr_t localAddress, void *ref, in SetWeakCallback()
5386 uintptr_t JSNApi::ClearWeak(const EcmaVM *vm, uintptr_t localAddress) in ClearWeak()
5401 bool JSNApi::IsWeak(const EcmaVM *vm, uintptr_t localAddress) in IsWeak()
5411 void JSNApi::DisposeGlobalHandleAddr(const EcmaVM *vm, uintptr_t addr) in DisposeGlobalHandleAddr()
5422 void *JSNApi::SerializeValue(const EcmaVM *vm, Local<JSValueRef> value, Local<JSValueRef> transfer, in SerializeValue()
5452 Local<JSValueRef> JSNApi::DeserializeValue(const EcmaVM *vm, void *recoder, void *hint) in DeserializeValue()
5479 void HostPromiseRejectionTracker(const EcmaVM *vm, in HostPromiseRejectionTracker()
5496 void JSNApi::SetHostPromiseRejectionTracker(EcmaVM *vm, void *cb, void* data) in SetHostPromiseRejectionTracker()
5505 void JSNApi::SetHostResolveBufferTracker(EcmaVM *vm, in SetHostResolveBufferTracker()
5511 void JSNApi::SetSearchHapPathTracker(EcmaVM *vm, in SetSearchHapPathTracker()
5527 void JSNApi::SetRequestAotCallback([[maybe_unused]] EcmaVM *vm, const std::function<int32_t in SetRequestAotCallback()
5533 void JSNApi::SetUnloadNativeModuleCallback(EcmaVM *vm, const std::function<bool(const std::string &… in SetUnloadNativeModuleCallback()
5538 void JSNApi::SetNativePtrGetter(EcmaVM *vm, void* cb) in SetNativePtrGetter()
5543 void JSNApi::SetHostEnqueueJob(const EcmaVM *vm, Local<JSValueRef> cb, QueueType queueType) in SetHostEnqueueJob()
5553 bool JSNApi::ExecuteModuleFromBuffer(EcmaVM *vm, const void *data, int32_t size, const std::string … in ExecuteModuleFromBuffer()
5568 Local<JSValueRef> JSNApi::NapiHasProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiHasProperty()
5592 Local<JSValueRef> JSNApi::NapiHasOwnProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiHasOwnProperty()
5616 Local<JSValueRef> JSNApi::NapiGetProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiGetProperty()
5649 Local<JSValueRef> JSNApi::NapiDeleteProperty(const EcmaVM *vm, uintptr_t nativeObj, uintptr_t key) in NapiDeleteProperty()
5673 Local<JSValueRef> JSNApi::NapiGetNamedProperty(const EcmaVM *vm, uintptr_t nativeObj, const char* u… in NapiGetNamedProperty()
5716 Local<JSValueRef> JSNApi::CreateLocal(const EcmaVM *vm, panda::JSValueRef src) in CreateLocal()
5723 Local<ObjectRef> JSNApi::GetExportObject(EcmaVM *vm, const std::string &file, const std::string &ke… in GetExportObject()
5757 Local<ObjectRef> JSNApi::GetExportObjectFromBuffer(EcmaVM *vm, const std::string &file, in GetExportObjectFromBuffer()
5778 Local<ObjectRef> JSNApi::GetExportObjectFromOhmUrl(EcmaVM *vm, const std::string &ohmUrl, const std… in GetExportObjectFromOhmUrl()
5796 Local<ObjectRef> JSNApi::ExecuteNativeModule(EcmaVM *vm, const std::string &key) in ExecuteNativeModule()
5805 Local<ObjectRef> JSNApi::GetModuleNameSpaceFromFile(EcmaVM *vm, const std::string &file, const std:… in GetModuleNameSpaceFromFile()
5834 Local<ObjectRef> JSNApi::GetModuleNameSpaceWithModuleInfo(EcmaVM *vm, const std::string &file, in GetModuleNameSpaceWithModuleInfo()
5854 Local<PromiseRef> PromiseRef::Catch(const EcmaVM *vm, Local<FunctionRef> handler) in Catch()
5875 Local<PromiseRef> PromiseRef::Finally(const EcmaVM *vm, Local<FunctionRef> handler) in Finally()
5896 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> handler) in Then()
5917 Local<PromiseRef> PromiseRef::Then(const EcmaVM *vm, Local<FunctionRef> onFulfilled, Local<Function… in Then()
5939 Local<JSValueRef> PromiseRef::GetPromiseState(const EcmaVM *vm) in GetPromiseState()
5964 Local<JSValueRef> PromiseRef::GetPromiseResult(const EcmaVM *vm) in GetPromiseResult()
5974 Local<JSValueRef> ProxyRef::GetHandler(const EcmaVM *vm) in GetHandler()
5982 Local<JSValueRef> ProxyRef::GetTarget(const EcmaVM *vm) in GetTarget()
5998 int32_t SetRef::GetSize(const EcmaVM *vm) in GetSize()
6006 int32_t SetRef::GetTotalElements(const EcmaVM *vm) in GetTotalElements()
6015 Local<JSValueRef> SetRef::GetValue(const EcmaVM *vm, int entry) in GetValue()
6024 Local<SetRef> SetRef::New(const EcmaVM *vm) in New()
6039 void SetRef::Add(const EcmaVM *vm, Local<JSValueRef> value) in Add()
6049 int32_t WeakMapRef::GetSize(const EcmaVM *vm) in GetSize()
6057 int32_t WeakMapRef::GetTotalElements(const EcmaVM *vm) in GetTotalElements()
6066 Local<JSValueRef> WeakMapRef::GetKey(const EcmaVM *vm, int entry) in GetKey()
6076 Local<JSValueRef> WeakMapRef::GetValue(const EcmaVM *vm, int entry) in GetValue()
6084 Local<WeakMapRef> WeakMapRef::New(const EcmaVM *vm) in New()
6099 void WeakMapRef::Set(const EcmaVM *vm, const Local<JSValueRef> &key, const Local<JSValueRef> &value) in Set()
6108 bool WeakMapRef::Has(const EcmaVM *vm, Local<JSValueRef> key) in Has()
6118 int32_t WeakSetRef::GetSize(const EcmaVM *vm) in GetSize()
6126 int32_t WeakSetRef::GetTotalElements(const EcmaVM *vm) in GetTotalElements()
6135 Local<JSValueRef> WeakSetRef::GetValue(const EcmaVM *vm, int entry) in GetValue()
6145 Local<WeakSetRef> WeakSetRef::New(const EcmaVM *vm) in New()
6160 void WeakSetRef::Add(const EcmaVM *vm, Local<JSValueRef> value) in Add()
6198 bool ExternalStringCache::RegisterStringCacheTable(const EcmaVM *vm, uint32_t size) in RegisterStringCacheTable()
6207 bool ExternalStringCache::SetCachedString(const EcmaVM *vm, const char *name, uint32_t propertyInde… in SetCachedString()
6219 Local<StringRef> ExternalStringCache::GetCachedString(const EcmaVM *vm, uint32_t propertyIndex) in GetCachedString()
6229 bool ExternalStringCache::HasCachedString([[maybe_unused]] const EcmaVM *vm, uint32_t propertyIndex) in HasCachedString()