Lines Matching refs:Callable
188 Callable getproperty_callable = CodeFactory::GetProperty(a->isolate());
376 Callable tostring_callable = CodeFactory::ToString(isolate);
401 Callable tolength_callable = CodeFactory::ToLength(isolate);
435 Callable exec_callable = CodeFactory::RegExpExec(isolate);
527 Callable callable = CodeFactory::ToString(isolate);
528 Node* const value_str = a->CallStub(callable, context, value);
653 Callable getproperty_callable = CodeFactory::GetProperty(a->isolate());
1022 Callable getproperty_callable = CodeFactory::GetProperty(a->isolate());
1025 // Is {exec} callable?
1035 Callable call_callable = CodeFactory::Call(isolate);
1244 Callable getproperty_callable = CodeFactory::GetProperty(a->isolate());
1636 // JSRegExp instance and {replace_callable} is callable.
1770 Callable call_callable = CodeFactory::Call(isolate);
1819 Callable call_callable = CodeFactory::Call(isolate);
1860 // JSRegExp instance, {replace_value} is non-callable, and
1903 Callable exec_callable = CodeFactory::RegExpExec(isolate);
1998 Callable tostring_callable = CodeFactory::ToString(isolate);
2008 // 2. Is {replace_value} callable?
2033 // {regexp} is unmodified and {replace_value} is callable.
2086 Callable exec_callable = CodeFactory::RegExpExec(isolate);