Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-operator.h720 const Operator* CreateBoundFunction(size_t arity, Handle<Map> map); in NON_EXPORTED_BASE()
Djs-operator.cc1146 const Operator* JSOperatorBuilder::CreateBoundFunction(size_t arity, in CreateBoundFunction() function in v8::internal::compiler::JSOperatorBuilder
Djs-call-reducer.cc484 javascript()->CreateBoundFunction(arity, map), input_count, inputs); in ReduceFunctionPrototypeBind()