Lines Matching defs:Function
490 F(CallFunction, -1 /* receiver + n args + function */, 1) \
520 // a corresponding runtime function, that is called for slow cases.
599 // Intrinsic function descriptor.
600 struct Function {
603 // The JS name of the function.
606 // The C++ (native) entry point. NULL if the function is inlined.
609 // The number of arguments expected. nargs is -1 if the function takes
618 // Add symbols for all the intrinsic function names to a StringDictionary.
625 // Get the intrinsic function with the given name, which must be a symbol.
626 static const Function* FunctionForSymbol(Handle<String> name);
628 // Get the intrinsic function with the given FunctionId.
629 static const Function* FunctionForId(FunctionId id);
680 // This function is used in FunctionNameUsing* tests.