Lines Matching refs:Callable
38 Callable getproperty_callable = CodeFactory::GetProperty(isolate());
260 Callable tolength_callable = CodeFactory::ToLength(isolate);
319 Callable exec_callable = CodeFactory::RegExpExec(isolate);
404 Callable callable = CodeFactory::ToString(isolate());
405 Node* const value_str = CallStub(callable, context, maybe_receiver);
583 Callable getproperty_callable = CodeFactory::GetProperty(isolate);
656 Callable getproperty_callable = CodeFactory::GetProperty(isolate());
751 Callable getproperty_callable = CodeFactory::GetProperty(isolate);
791 Callable getproperty_callable = CodeFactory::GetProperty(isolate);
1039 Callable getproperty_callable = CodeFactory::GetProperty(isolate());
1269 Callable getproperty_callable = CodeFactory::GetProperty(isolate);
1272 // Is {exec} callable?
1282 Callable call_callable = CodeFactory::Call(isolate);
1655 Callable getproperty_callable = CodeFactory::GetProperty(isolate);
1689 Callable tolength_callable = CodeFactory::ToLength(isolate);
1838 Callable getproperty_callable = CodeFactory::GetProperty(isolate);
1915 Callable exec_callable = CodeFactory::RegExpExec(isolate);
1975 Callable exec_callable = CodeFactory::RegExpExec(isolate);
2203 Callable split_callable = CodeFactory::RegExpSplit(isolate());
2214 // JSRegExp instance and {replace_callable} is callable.
2338 Callable call_callable = CodeFactory::Call(isolate);
2383 Callable call_callable = CodeFactory::Call(isolate);
2421 // JSRegExp instance, {replace_value} is non-callable, and
2532 // 2. Is {replace_value} callable?
2540 Callable tostring_callable = CodeFactory::ToString(isolate());
2553 Callable indexof_callable = CodeFactory::StringIndexOf(isolate());
2564 // {regexp} is unmodified and {replace_value} is callable.
2621 Callable tostring_callable = CodeFactory::ToString(isolate());
2629 Callable replace_callable = CodeFactory::RegExpReplace(isolate());
2651 Callable exec_callable = CodeFactory::RegExpExec(isolate());