Home
last modified time | relevance | path

Searched defs:NewJSProxy (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp481 JSHandle<JSProxy> NewJSProxy() in NewJSProxy() function in panda::test::HeapDumpTestHelper
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp532 GateRef NewObjectStubBuilder::NewJSProxy(GateRef glue, GateRef target, GateRef handler) in NewJSProxy() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2801 JSHandle<JSProxy> ObjectFactory::NewJSProxy(const JSHandle<JSTaggedValue> &target, in NewJSProxy() function in panda::ecmascript::ObjectFactory