Lines Matching refs:Callable
37 Callable callable = CodeFactory::GetProperty(assembler->isolate());
41 assembler->CallStub(callable, context, input, to_primitive_symbol);
54 Callable callable = CodeFactory::Call(assembler->isolate());
57 Node* result = assembler->CallJS(callable, context, exotic_to_prim, input,
88 Callable callable = CodeFactory::OrdinaryToPrimitive(
92 assembler->TailCallStub(callable, context, input);
244 Callable callable = CodeFactory::GetProperty(assembler->isolate());
246 Node* method = assembler->CallStub(callable, context, input, name_string);
248 // Check if the {method} is callable.
259 Callable callable = CodeFactory::Call(assembler->isolate());
260 Node* result = assembler->CallJS(callable, context, method, input);
273 // Just continue with the next {name} if the {method} is not callable.
372 Callable callable = CodeFactory::NonNumberToNumber(assembler->isolate());
373 var_len.Bind(assembler->CallStub(callable, context, len));