Home
last modified time | relevance | path

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

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