Lines Matching defs:Function
736 // Intrinsic function descriptor.
737 struct Function {
740 // The JS name of the function.
747 // The number of arguments expected. nargs is -1 if the function takes
756 // Get the intrinsic function with the given name.
757 static const Function
759 // Get the intrinsic function with the given FunctionId.
760 V8_EXPORT_PRIVATE static const Function* FunctionForId(FunctionId id);
762 // Get the intrinsic function with the given function entry address.
763 static const Function* FunctionForEntry(Address ref);
765 // Get the runtime intrinsic function table.
766 static const Function* RuntimeFunctionTable(Isolate* isolate);
813 Runtime::Function* redirected_intrinsic_functions() {
818 Runtime::Function* redirected_intrinsic_functions) {
827 std::unique_ptr<Runtime::Function[]> redirected_intrinsic_functions_;