Home
last modified time | relevance | path

Searched defs:CreateDataPropertyOrThrow (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp1823 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, in CreateDataPropertyOrThrow() function in panda::ecmascript::JSObject
1837 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t … in CreateDataPropertyOrThrow() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp660 GateRef StubBuilder::CreateDataPropertyOrThrow(GateRef glue, GateRef obj, GateRef key, GateRef valu… in CreateDataPropertyOrThrow() function in panda::ecmascript::kungfu::StubBuilder