Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1669 JSHandle<JSBoundFunction> bundleFunction = JSHandle<JSBoundFunction>::Cast(NewJSObject(hclass)); in NewJSBoundFunction() local
1670 bundleFunction->SetBoundTarget(thread_, target); in NewJSBoundFunction()
1671 bundleFunction->SetBoundThis(thread_, boundThis); in NewJSBoundFunction()
1672 bundleFunction->SetBoundArguments(thread_, args); in NewJSBoundFunction()
1675 bundleFunction->SetConstructor(true); in NewJSBoundFunction()
1677bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()
1678 return bundleFunction; in NewJSBoundFunction()