Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1856 JSHandle<JSBoundFunction> bundleFunction = JSHandle<JSBoundFunction>::Cast(NewJSObject(hclass)); in NewJSBoundFunction() local
1859 bundleFunction->SetPropertyInlinedProps(thread_, JSFunction::NAME_INLINE_PROPERTY_INDEX, in NewJSBoundFunction()
1862 bundleFunction->SetPropertyInlinedProps(thread_, JSFunction::LENGTH_INLINE_PROPERTY_INDEX, in NewJSBoundFunction()
1865 bundleFunction->SetBoundTarget(thread_, target); in NewJSBoundFunction()
1866 bundleFunction->SetBoundThis(thread_, boundThis); in NewJSBoundFunction()
1867 bundleFunction->SetBoundArguments(thread_, args); in NewJSBoundFunction()
1870 bundleFunction->SetConstructor(true); in NewJSBoundFunction()
1872bundleFunction->SetMethod(thread_, vm_->GetMethodByIndex(MethodIndex::BUILTINS_GLOBAL_CALL_JS_BOUN… in NewJSBoundFunction()
1873 return bundleFunction; in NewJSBoundFunction()