Home
last modified time | relevance | path

Searched refs:DefinePropertyByLiteral (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h292 JSObject::DefinePropertyByLiteral(thread, obj, key, valueHandle); in GetLiteralFromCache()
Dclass_info_extractor.cpp574 JSObject::DefinePropertyByLiteral(thread, object, elementsKey, elementsValue, true); in HandleElementsProperties()
Dpanda_file_translator.cpp187 JSObject::DefinePropertyByLiteral(thread, obj, key, valueHandle); in ParseConstPool()
257 JSObject::DefinePropertyByLiteral(thread, obj, key, valueHandle); in ParseFuncAndLiteralConstPool()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h564 static void DefinePropertyByLiteral(JSThread *thread, const JSHandle<JSObject> &obj,
Djs_object.cpp2077 void JSObject::DefinePropertyByLiteral(JSThread *thread, const JSHandle<JSObject> &obj, in DefinePropertyByLiteral() function in panda::ecmascript::JSObject