Home
last modified time | relevance | path

Searched refs:CreateMethodProperty (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h438 static bool CreateMethodProperty(JSThread *thread, const JSHandle<JSObject> &obj,
Djs_object.cpp1662 bool JSObject::CreateMethodProperty(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle… in CreateMethodProperty() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp255 HWTEST_F_L0(JSObjectTest, CreateMethodProperty) in HWTEST_F_L0() argument
266 bool success = JSObject::CreateMethodProperty(thread, obj, key, value); in HWTEST_F_L0()