Home | History | Annotate | Download | only in src

Lines Matching defs:Callable

18 class Callable FINAL BASE_EMBEDDED {
20 Callable(Handle<Code> code, CallInterfaceDescriptor descriptor)
35 static Callable LoadIC(Isolate* isolate, ContextualMode mode);
36 static Callable KeyedLoadIC(Isolate* isolate);
37 static Callable StoreIC(Isolate* isolate, StrictMode mode);
38 static Callable KeyedStoreIC(Isolate* isolate, StrictMode mode);
40 static Callable CompareIC(Isolate* isolate, Token::Value op);
42 static Callable BinaryOpIC(Isolate* isolate, Token::Value op,
47 static Callable ToBoolean(
51 static Callable ToNumber(Isolate* isolate);
53 static Callable StringAdd(Isolate* isolate, StringAddFlags flags,
56 static Callable CallFunction(Isolate* isolate, int argc,