Lines Matching refs:JSBoundFunction
227 // JSBoundFunction/JSWrappedFunction. It lazily computes the value from the
263 // JSBoundFunction/JSWrappedFunction. It lazily computes the value from the
305 MaybeHandle<String> JSBoundFunction::GetName(Isolate* isolate,
306 Handle<JSBoundFunction> function) {
315 function = handle(JSBoundFunction::cast(function->bound_target_function()),
337 Maybe<int> JSBoundFunction::GetLength(Isolate* isolate,
338 Handle<JSBoundFunction> function) {
341 function = handle(JSBoundFunction::cast(function->bound_target_function()),
374 Handle<String> JSBoundFunction::ToString(Handle<JSBoundFunction> function) {
388 return JSBoundFunction::GetName(
390 handle(JSBoundFunction::cast(function->wrapped_target_function()),
408 return JSBoundFunction::GetLength(
410 handle(JSBoundFunction::cast(function->wrapped_target_function()),