Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_json_test.cpp469 JSHandle<JSTaggedValue> CreateJSObject(JSThread *thread) in CreateJSObject() function
485 JSHandle<JSTaggedValue> target = CreateJSObject(thread); in CreateProxy()
486 JSHandle<JSTaggedValue> handler = CreateJSObject(thread); in CreateProxy()
590 JSHandle<JSTaggedValue> obj = CreateJSObject(thread); in HWTEST_F_L0()