Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp695 JSHandle<JSFunction> cloneFunc = NewJSFunctionByHClass(method, jshclass); in CloneJSFunction() local
709 JSHandle<JSFunction> cloneFunc = NewSFunctionByHClass(method, jshclass); in CloneSFunction() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp179 GateRef cloneFunc = NewJSFunctionByHClass(glue, method, hclass); in CloneJSFunction() local