Lines Matching defs:Function
657 F(CallFunction, -1 /* receiver + n args + function */, 1) \
696 // a corresponding runtime function, that is called from non-optimized code.
787 // Intrinsic function descriptor.
788 struct Function {
791 // The JS name of the function.
794 // The C++ (native) entry point. NULL if the function is inlined.
797 // The number of arguments expected. nargs is -1 if the function takes
806 // Add internalized strings for all the intrinsic function names to a
811 // Get the intrinsic function with the given name, which must be internalized.
812 static const Function* FunctionForName(Handle<String> name);
814 // Get the intrinsic function with the given FunctionId.
815 static const Function* FunctionForId(FunctionId id);
817 // Get the intrinsic function with the given function entry address.
818 static const Function* FunctionForEntry(Address ref);