Searched refs:DefinePropertyByLiteral (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 292 JSObject::DefinePropertyByLiteral(thread, obj, key, valueHandle); in GetLiteralFromCache()
|
D | class_info_extractor.cpp | 574 JSObject::DefinePropertyByLiteral(thread, object, elementsKey, elementsValue, true); in HandleElementsProperties()
|
D | panda_file_translator.cpp | 187 JSObject::DefinePropertyByLiteral(thread, obj, key, valueHandle); in ParseConstPool() 257 JSObject::DefinePropertyByLiteral(thread, obj, key, valueHandle); in ParseFuncAndLiteralConstPool()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object.h | 564 static void DefinePropertyByLiteral(JSThread *thread, const JSHandle<JSObject> &obj,
|
D | js_object.cpp | 2077 void JSObject::DefinePropertyByLiteral(JSThread *thread, const JSHandle<JSObject> &obj, in DefinePropertyByLiteral() function in panda::ecmascript::JSObject
|