• Home
  • Raw
  • Download

Lines Matching defs:managedScope

241     ecmascript::ThreadManagedScope managedScope(thread);  in ToObject()  local
251 ecmascript::ThreadManagedScope managedScope(thread); in ToEcmaObject() local
265 ecmascript::ThreadManagedScope managedScope(thread); in ToString() local
278 ecmascript::ThreadManagedScope managedScope(thread); in ToNativePointer() local
287 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in BooleaValue() local
294 ecmascript::ThreadManagedScope managedScope(thread); in IntegerValue() local
312 ecmascript::ThreadManagedScope managedScope(thread); in Uint32Value() local
328 ecmascript::ThreadManagedScope managedScope(thread); in Int32Value() local
414 ecmascript::ThreadManagedScope managedScope(thread); in ToBoolean() local
424 ecmascript::ThreadManagedScope managedScope(thread); in ToBigInt() local
435 ecmascript::ThreadManagedScope managedScope(thread); in ToNumber() local
446 ecmascript::ThreadManagedScope managedScope(thread); in IsStrictEquals() local
456 ecmascript::ThreadManagedScope managedScope(thread); in Typeof() local
464 ecmascript::ThreadManagedScope managedScope(thread); in InstanceOf() local
505 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsBigInt() local
526 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsString() local
532 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSymbol() local
538 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsObject() local
544 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsNativeBindingObject() local
556 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsArray() local
562 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSArray() local
568 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsConstructor() local
575 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsFunction() local
582 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSFunction() local
589 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsProxy() local
595 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsPromise() local
601 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsDataView() local
607 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsTypedArray() local
613 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsNativePointer() local
619 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsDate() local
625 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsError() local
631 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsMap() local
637 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSet() local
643 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsWeakRef() local
649 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsWeakMap() local
655 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsWeakSet() local
661 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsRegExp() local
667 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsArrayIterator() local
673 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsStringIterator() local
679 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSetIterator() local
685 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsMapIterator() local
691 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsArrayBuffer() local
697 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsBuffer() local
703 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsUint8Array() local
709 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsInt8Array() local
715 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsUint8ClampedArray() local
721 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsInt16Array() local
727 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsUint16Array() local
733 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsInt32Array() local
739 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsUint32Array() local
745 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsFloat32Array() local
751 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsFloat64Array() local
757 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsBigInt64Array() local
763 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsBigUint64Array() local
769 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedInt8Array() local
775 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedUint8Array() local
781 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedUint8ClampedArray() local
787 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedInt16Array() local
793 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedUint16Array() local
799 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedInt32Array() local
805 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedFloat32Array() local
811 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedUint32Array() local
817 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedFloat64Array() local
823 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedBigInt64Array() local
829 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSSharedBigUint64Array() local
835 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSPrimitiveRef() local
841 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSPrimitiveNumber() local
849 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSPrimitiveInt() local
857 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSPrimitiveBoolean() local
865 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSPrimitiveString() local
873 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSPrimitiveSymbol() local
881 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsGeneratorObject() local
887 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsModuleNamespaceObject() local
893 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsNativeModuleFailureInfoObject() local
899 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSharedArrayBuffer() local
905 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSendableArrayBuffer() local
911 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSLocale() local
917 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSDateTimeFormat() local
923 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSRelativeTimeFormat() local
929 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSIntl() local
935 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSNumberFormat() local
941 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSCollator() local
947 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSPluralRules() local
953 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSListFormat() local
959 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsAsyncGeneratorObject() local
965 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsAsyncFunction() local
971 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsConcurrentFunction() local
979 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsArgumentsObject() local
985 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsGeneratorFunction() local
991 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsAsyncGeneratorFunction() local
997 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsArrayList() local
1003 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsDeque() local
1009 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsHashMap() local
1015 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsHashSet() local
1021 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsLightWeightMap() local
1027 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsLightWeightSet() local
1033 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsLinkedList() local
1039 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsLinkedListIterator() local
1045 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsList() local
1051 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsPlainArray() local
1057 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsQueue() local
1063 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsStack() local
1069 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsTreeMap() local
1075 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsTreeSet() local
1081 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsVector() local
1087 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsBitVector() local
1093 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSendableObject() local
1099 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsJSShared() local
1105 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSharedArray() local
1111 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSharedTypedArray() local
1117 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSharedSet() local
1123 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSharedMap() local
1129 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsSharedMapIterator() local
1140 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetNativePointerValue() local
1147 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetNativePointerValueImpl() local
1160 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsDetachedArraybuffer() local
1174 ecmascript::ThreadManagedScope managedScope(thread); in DetachedArraybuffer() local
1202 ecmascript::ThreadManagedScope managedScope(thread); in GetDataViewInfo() local
1237 ecmascript::ThreadManagedScope managedScope(thread); in TryGetArrayLength() local
1257 ecmascript::ThreadManagedScope managedScope(thread); in New() local
1283 ecmascript::ThreadManagedScope managedScope(thread); in GetArrayBuffer() local
1295 ecmascript::ThreadManagedScope managedScope(thread); in GetValue() local
1357 ecmascript::ThreadManagedScope managedScope(thread); in Get() local
1366 ecmascript::ThreadManagedScope managedScope(thread); in Get() local
1377 ecmascript::ThreadManagedScope managedScope(thread); in Set() local
1385 ecmascript::ThreadManagedScope managedScope(thread); in Set() local
1395 ecmascript::ThreadManagedScope managedScope(thread); in Has() local
1404 ecmascript::ThreadManagedScope managedScope(thread); in Has() local
1415 ecmascript::ThreadManagedScope managedScope(thread); in Delete() local
1423 ecmascript::ThreadManagedScope managedScope(thread); in Clear() local
1431 ecmascript::ThreadManagedScope managedScope(thread); in New() local
1446 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetSize() local
1454 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetTotalElements() local
1463 ecmascript::ThreadManagedScope managedScope(thread); in GetKey() local
1472 ecmascript::ThreadManagedScope managedScope(thread); in GetValue() local
1482 ecmascript::ThreadManagedScope managedScope(thread); in GetEntries() local
1493 ecmascript::ThreadManagedScope managedScope(thread); in GetKeys() local
1503 ecmascript::ThreadManagedScope managedScope(thread); in GetValues() local
1513 ecmascript::ThreadManagedScope managedScope(thread); in New() local
1531 ecmascript::ThreadManagedScope managedScope(thread); in Get() local
1540 ecmascript::ThreadManagedScope managedScope(thread); in Get() local
1551 ecmascript::ThreadManagedScope managedScope(thread); in Set() local
1559 ecmascript::ThreadManagedScope managedScope(thread); in Set() local
1569 ecmascript::ThreadManagedScope managedScope(thread); in Has() local
1578 ecmascript::ThreadManagedScope managedScope(thread); in Has() local
1589 ecmascript::ThreadManagedScope managedScope(thread); in Delete() local
1597 ecmascript::ThreadManagedScope managedScope(thread); in Clear() local
1606 ecmascript::ThreadManagedScope managedScope(thread); in GetSize() local
1615 ecmascript::ThreadManagedScope managedScope(thread); in GetTotalElements() local
1624 ecmascript::ThreadManagedScope managedScope(thread); in GetKey() local
1634 ecmascript::ThreadManagedScope managedScope(thread); in GetValue() local
1645 ecmascript::ThreadManagedScope managedScope(thread); in GetEntries() local
1656 ecmascript::ThreadManagedScope managedScope(thread); in GetKeys() local
1667 ecmascript::ThreadManagedScope managedScope(thread); in GetValues() local
1678 ecmascript::ThreadManagedScope managedScope(thread); in New() local
1697 ecmascript::ThreadManagedScope managedScope(thread); in GetSize() local
1706 ecmascript::ThreadManagedScope managedScope(thread); in GetTotalElements() local
1715 ecmascript::ThreadManagedScope managedScope(thread); in GetValue() local
1725 ecmascript::ThreadManagedScope managedScope(thread); in Add() local
1742 ecmascript::ThreadManagedScope managedScope(thread); in GetKind() local
1767 ecmascript::ThreadManagedScope managedScope(thread); in New() local
1779 ecmascript::ThreadManagedScope managedScope(thread); in GetEcmaRuntimeCallInfo() local
1792 ecmascript::ThreadManagedScope managedScope(thread); in Next() local
1803 ecmascript::ThreadManagedScope managedScope(thread); in Next() local
1813 ecmascript::ThreadManagedScope managedScope(thread); in Next() local
1830 ecmascript::ThreadManagedScope managedScope(thread); in GetKind() local
1855 ecmascript::ThreadManagedScope managedScope(thread); in New() local
1867 ecmascript::ThreadManagedScope managedScope(thread); in GetEcmaRuntimeCallInfo() local
1880 ecmascript::ThreadManagedScope managedScope(thread); in Next() local
1892 ecmascript::ThreadManagedScope managedScope(thread); in New() local
1914 ecmascript::ThreadManagedScope managedScope(thread); in New() local
1936 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in ByteLength() local
1944 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetBuffer() local
1956 ecmascript::ThreadManagedScope managedScope(thread); in BufferToStringCallback() local
1992 ecmascript::ThreadManagedScope managedScope(thread); in New() local
2003 ecmascript::ThreadManagedScope managedScope(thread); in GetPromise() local
2012 ecmascript::ThreadManagedScope managedScope(thread); in Resolve() local
2039 ecmascript::ThreadManagedScope managedScope(thread); in Resolve() local
2066 ecmascript::ThreadManagedScope managedScope(thread); in Reject() local
2094 ecmascript::ThreadManagedScope managedScope(thread); in Reject() local
2125 ecmascript::ThreadManagedScope managedScope(thread); in New() local
2138 ecmascript::ThreadManagedScope managedScope(thread); in GetDescription() local
2155 ecmascript::ThreadManagedScope managedScope(thread); in New() local
2173 ecmascript::ThreadManagedScope managedScope(thread); in NewFromUtf8() local
2187 ecmascript::ThreadManagedScope managedScope(thread); in NewFromUtf8WithoutStringTable() local
2203 ecmascript::ThreadManagedScope managedScope(thread); in NewFromUtf16WithoutStringTable() local
2219 ecmascript::ThreadManagedScope managedScope(thread); in NewFromUtf16() local
2232 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in ToString() local
2239 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in DebuggerToString() local
2246 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in Length() local
2254 ecmascript::ThreadManagedScope managedScope(thread); in Utf8Length() local
2262 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in WriteUtf8() local
2270 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in WriteUtf16() local
2278 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in WriteLatin1() local
2295 ecmascript::ThreadManagedScope managedScope(thread); in EncodeIntoUint8Array() local
2347 ecmascript::ThreadManagedScope managedScope(thread); in New() local
2358 ecmascript::ThreadManagedScope managedScope(thread); in New() local
2369 ecmascript::ThreadManagedScope managedScope(thread); in CreateBigWords() local
2380 ecmascript::ThreadManagedScope managedScope(thread); in BigIntToInt64() local
2391 ecmascript::ThreadManagedScope managedScope(thread); in BigIntToUint64() local
2400 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetWordsArray() local
2422 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetWordsArraySize() local
2450 ecmascript::ThreadManagedScope managedScope(reinterpret_cast<JSThread *>(thread_)); in LocalScope() local
2471 ecmascript::ThreadManagedScope managedScope(reinterpret_cast<JSThread *>(thread_)); in ~LocalScope() local
2507 ecmascript::ThreadManagedScope managedScope(thread); in New() local
2517 ecmascript::ThreadManagedScope managedScope(thread); in NewFromUnsigned() local
2533 ecmascript::ThreadManagedScope managedScope(thread); in New() local
2543 ecmascript::ThreadManagedScope managedScope(thread); in NewObject() local
2552 ecmascript::ThreadManagedScope managedScope(thread); in NewS() local
2565 ecmascript::ThreadManagedScope managedScope(thread); in NewWithProperties() local
2596 ecmascript::ThreadManagedScope managedScope(thread); in NewSWithProperties() local
2610 ecmascript::ThreadManagedScope managedScope(thread); in NewWithNamedProperties() local
2621 ecmascript::ThreadManagedScope managedScope(thread); in CreateNativeModuleFailureInfo() local
2634 ecmascript::ThreadManagedScope managedScope(thread); in CreateAccessorData() local
2648 ecmascript::ThreadManagedScope managedScope(thread); in CreateSendableAccessorData() local
2660 ecmascript::ThreadManagedScope managedScope(thread); in ConvertToNativeBindingObject() local
2677 ecmascript::ThreadManagedScope managedScope(thread); in GetNativeBindingPointer() local
2691 ecmascript::ThreadManagedScope managedScope(thread); in Set() local
2708 ecmascript::ThreadManagedScope managedScope(thread); in Set() local
2740 ecmascript::ThreadManagedScope managedScope(thread); in Set() local
2756 ecmascript::ThreadManagedScope managedScope(thread); in SetAccessorProperty() local
2773 ecmascript::ThreadManagedScope managedScope(thread); in Get() local
2797 ecmascript::ThreadManagedScope managedScope(thread); in Get() local
2822 ecmascript::ThreadManagedScope managedScope(thread); in Get() local
2844 ecmascript::ThreadManagedScope managedScope(thread); in GetOwnProperty() local
2876 ecmascript::ThreadManagedScope managedScope(thread); in GetOwnPropertyNames() local
2890 ecmascript::ThreadManagedScope managedScope(thread); in GetAllPropertyNames() local
2902 ecmascript::ThreadManagedScope managedScope(thread); in GetOwnEnumerablePropertyNames() local
2914 ecmascript::ThreadManagedScope managedScope(thread); in GetPrototype() local
2925 ecmascript::ThreadManagedScope managedScope(thread); in SetPrototype() local
2934 ecmascript::ThreadManagedScope managedScope(thread); in DefineProperty() local
2946 ecmascript::ThreadManagedScope managedScope(thread); in Has() local
2956 ecmascript::ThreadManagedScope managedScope(thread); in Has() local
2965 ecmascript::ThreadManagedScope managedScope(thread); in HasOwnProperty() local
2975 ecmascript::ThreadManagedScope managedScope(thread); in Delete() local
2985 ecmascript::ThreadManagedScope managedScope(thread); in Delete() local
2995 ecmascript::ThreadManagedScope managedScope(thread); in Freeze() local
3020 ecmascript::ThreadManagedScope managedScope(thread); in Seal() local
3045 ecmascript::ThreadManagedScope managedScope(thread); in SetNativePointerFieldCount() local
3058 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetNativePointerFieldCount() local
3068 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetNativePointerField() local
3077 ecmascript::ThreadManagedScope managedScope(thread); in SetNativePointerField() local
3089 ecmascript::ThreadManagedScope managedScope(thread); in SetConcurrentNativePointerField() local
3102 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3113 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3124 ecmascript::ThreadManagedScope managedScope(thread); in NewConcurrent() local
3135 ecmascript::ThreadManagedScope managedScope(thread); in NewSendable() local
3153 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3163 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3172 ecmascript::ThreadManagedScope managedScope(thread); in ByteLength() local
3181 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetBuffer() local
3193 ecmascript::ThreadManagedScope managedScope(thread); in Detach() local
3202 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsDetach() local
3210 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3220 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3230 ecmascript::ThreadManagedScope managedScope(thread); in ByteLength() local
3239 ecmascript::ThreadManagedScope managedScope(thread); in Detach() local
3247 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in IsDetach() local
3255 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetBuffer() local
3268 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3280 ecmascript::ThreadManagedScope managedScope(thread); in ToString() local
3295 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetTime() local
3307 ecmascript::ThreadManagedScope managedScope(thread); in ByteLength() local
3316 ecmascript::ThreadManagedScope managedScope(thread); in ByteOffset() local
3325 ecmascript::ThreadManagedScope managedScope(thread); in ArrayLength() local
3334 ecmascript::ThreadManagedScope managedScope(thread); in GetArrayBuffer() local
3344 ecmascript::ThreadManagedScope managedScope(thread); in ByteLength() local
3353 ecmascript::ThreadManagedScope managedScope(thread); in ByteOffset() local
3362 ecmascript::ThreadManagedScope managedScope(thread); in ArrayLength() local
3371 ecmascript::ThreadManagedScope managedScope(thread); in GetArrayBuffer() local
3384 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3398 ecmascript::ThreadManagedScope managedScope(thread); in NewConcurrent() local
3412 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3429 ecmascript::ThreadManagedScope managedScope(thread); in NewSendable() local
3442 ecmascript::ThreadManagedScope managedScope(thread); in NewConcurrent() local
3454 ecmascript::ThreadManagedScope managedScope(thread); in InitClassFunction() local
3476 ecmascript::ThreadManagedScope managedScope(thread); in NewClassFunction() local
3495 ecmascript::ThreadManagedScope managedScope(thread); in NewConcurrentClassFunction() local
3513 ecmascript::ThreadManagedScope managedScope(thread); in NewClassFunction() local
3538 ecmascript::ThreadManagedScope managedScope(thread); in NewSendableClassFunction() local
3593 ecmascript::ThreadManagedScope managedScope(thread); in Call() local
3634 ecmascript::ThreadManagedScope managedScope(thread); in CallForNapi() local
3693 ecmascript::ThreadManagedScope managedScope(thread); in Constructor() local
3726 ecmascript::ThreadManagedScope managedScope(thread); in ConstructorOptimize() local
3759 ecmascript::ThreadManagedScope managedScope(thread); in GetFunctionPrototype() local
3769 ecmascript::ThreadManagedScope managedScope(thread); in Inherit() local
3789 ecmascript::ThreadManagedScope managedScope(thread); in SetName() local
3799 ecmascript::ThreadManagedScope managedScope(thread); in GetName() local
3810 ecmascript::ThreadManagedScope managedScope(thread); in GetSourceCode() local
3847 ecmascript::ThreadManagedScope managedScope(thread); in IsNative() local
3856 ecmascript::ThreadManagedScope managedScope(thread); in SetData() local
3869 ecmascript::ThreadManagedScope managedScope(thread); in GetData() local
3884 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3900 ecmascript::ThreadManagedScope managedScope(thread); in GetValueAt() local
3909 ecmascript::ThreadManagedScope managedScope(thread); in SetValueAt() local
3919 ecmascript::ThreadManagedScope managedScope(thread); in New() local
3936 ecmascript::ThreadManagedScope managedScope(thread); in Length() local
3943 ecmascript::ThreadManagedScope managedScope(thread); in GetValueAt() local
3952 ecmascript::ThreadManagedScope managedScope(thread); in SetProperty() local
3990 ecmascript::ThreadManagedScope managedScope(vm_->GetJSThread()); in ~FunctionCallScope() local
4056 ecmascript::ThreadManagedScope managedScope(thread_); in GetData() local
4078 ecmascript::ThreadManagedScope managedScope(thread); in LoadPatch() local
4088 ecmascript::ThreadManagedScope managedScope(thread); in LoadPatch() local
4097 ecmascript::ThreadManagedScope managedScope(thread); in UnloadPatch() local
4111 ecmascript::ThreadManagedScope managedScope(thread); in IsQuickFixCausedException() local
4337 ecmascript::ThreadManagedScope managedScope(thread); in InitForConcurrentFunction() local
4390 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetCurrentModuleInfo() local
4474 ecmascript::ThreadManagedScope managedScope(thread); in GetStackBeforeCallNapiSuccess() local
4485 ecmascript::ThreadManagedScope managedScope(thread); in GetStackAfterCallNapi() local
4525 ecmascript::ThreadManagedScope managedScope(thread); in CreateJSContext() local
4532 ecmascript::ThreadManagedScope managedScope(thread); in SwitchCurrentContext() local
4539 ecmascript::ThreadManagedScope managedScope(thread); in DestroyJSContext() local
4570 ecmascript::ThreadManagedScope managedScope(thread); in TriggerGC() local
4608 ecmascript::ThreadManagedScope managedScope(thread); in HintGC() local
4618 ecmascript::ThreadManagedScope managedScope(thread); in TriggerIdleGC() local
4636 ecmascript::ThreadManagedScope managedScope(thread); in ThrowException() local
4647 ecmascript::ThreadManagedScope managedScope(thread); in PrintExceptionInfo() local
5143 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in NotifyUIIdle() local
5556 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetUncaughtException() local
5565 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetAndClearUncaughtException() local
5581 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in HasPendingJob() local
5602 ecmascript::ThreadManagedScope managedScope(thread); in ExecutePendingJob() local
5890 ecmascript::ThreadManagedScope managedScope(thread); in NapiHasProperty() local
5914 ecmascript::ThreadManagedScope managedScope(thread); in NapiHasOwnProperty() local
5938 ecmascript::ThreadManagedScope managedScope(thread); in NapiGetProperty() local
5971 ecmascript::ThreadManagedScope managedScope(thread); in NapiDeleteProperty() local
5995 ecmascript::ThreadManagedScope managedScope(thread); in NapiGetNamedProperty() local
6128 ecmascript::ThreadManagedScope managedScope(thread); in GetModuleNameSpaceFromFile() local
6145 ecmascript::ThreadManagedScope managedScope(thread); in GetModuleNameSpaceWithModuleInfo() local
6324 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetSize() local
6332 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetTotalElements() local
6341 ecmascript::ThreadManagedScope managedScope(thread); in GetValue() local
6350 ecmascript::ThreadManagedScope managedScope(thread); in New() local
6365 ecmascript::ThreadManagedScope managedScope(thread); in Add() local
6375 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetSize() local
6383 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetTotalElements() local
6392 ecmascript::ThreadManagedScope managedScope(thread); in GetKey() local
6410 ecmascript::ThreadManagedScope managedScope(thread); in New() local
6425 ecmascript::ThreadManagedScope managedScope(thread); in Set() local
6435 ecmascript::ThreadManagedScope managedScope(thread); in Has() local
6444 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetSize() local
6452 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in GetTotalElements() local
6461 ecmascript::ThreadManagedScope managedScope(thread); in GetValue() local
6471 ecmascript::ThreadManagedScope managedScope(thread); in New() local
6486 ecmascript::ThreadManagedScope managedScope(thread); in Add() local
6506 ecmascript::ThreadManagedScope managedScope(ecmaVm_->GetJSThread()); in GetAndClearException() local
6512 ecmascript::ThreadManagedScope managedScope(ecmaVm_->GetJSThread()); in GetException() local
6526 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in RegisterStringCacheTable() local
6535 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in SetCachedString() local
6547 ecmascript::ThreadManagedScope managedScope(thread); in GetCachedString() local
6556 ecmascript::ThreadManagedScope managedScope(vm->GetJSThread()); in HasCachedString() local