Lines Matching defs:Function
598 F(CallFunction, -1 /* receiver + n args + function */, 1) \
633 // a corresponding runtime function, that is called for slow cases.
712 // Intrinsic function descriptor.
713 struct Function {
716 // The JS name of the function.
719 // The C++ (native) entry point. NULL if the function is inlined.
722 // The number of arguments expected. nargs is -1 if the function takes
731 // Add internalized strings for all the intrinsic function names to a
739 // Get the intrinsic function with the given name, which must be internalized.
740 static const Function* FunctionForName(Handle<String> name);
742 // Get the intrinsic function with the given FunctionId.
743 static const Function* FunctionForId(FunctionId id);