Home
last modified time | relevance | path

Searched defs:isDict (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sendable_tests.cpp108 …EcmaVM *vm, Local<FunctionRef> parent, bool isDict = false, bool duplicated = false, bool isParent… in GetNewSendableClassFunction()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp917 bool isDict = receiver->GetJSHClass()->IsDictionaryElement(); in AddProperty() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1010 bool isDict = obj->GetClass()->IsDictionaryElement(); in HasDictionaryElements() local