Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h442 static bool CreateMethodProperty(JSThread *thread, const JSHandle<JSObject> &obj,
Djs_object.cpp1758 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.cpp247 HWTEST_F_L0(JSObjectTest, CreateMethodProperty) in HWTEST_F_L0() argument
258 bool success = JSObject::CreateMethodProperty(thread, obj, key, value); in HWTEST_F_L0()