Home
last modified time | relevance | path

Searched refs:ResetLazyInternalAttr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_lazy_callback.cpp29 ResetLazyInternalAttr(thread, obj, "Date"); in Date()
44 ResetLazyInternalAttr(thread, obj, "Set"); in Set()
59 ResetLazyInternalAttr(thread, obj, "Map"); in Map()
74 ResetLazyInternalAttr(thread, obj, "WeakMap"); in WeakMap()
88 ResetLazyInternalAttr(thread, obj, "WeakSet"); in WeakSet()
102 ResetLazyInternalAttr(thread, obj, "WeakRef"); in WeakRef()
116 ResetLazyInternalAttr(thread, obj, "FinalizationRegistry"); in FinalizationRegistry()
130 ResetLazyInternalAttr(thread, obj, "TypedArray"); in TypedArray()
133 ResetLazyInternalAttr(thread, obj, #type); in TypedArray()
165 ResetLazyInternalAttr(threa in ArrayBuffer()
220 void BuiltinsLazyCallback::ResetLazyInternalAttr(JSThread *thread, const JSHandle<JSObject> &object, ResetLazyInternalAttr() function in panda::ecmascript::builtins::BuiltinsLazyCallback
[all...]
H A Dbuiltins_lazy_callback.h91 static void ResetLazyInternalAttr(JSThread *thread, const JSHandle<JSObject> &object, const char *key);

Completed in 1 milliseconds