Searched defs:ExternalCallResult (Results 1 – 1 of 1) sorted by relevance
905 struct ExternalCallResult { struct906 enum Type {918 Type type;920 InterpreterCode* interpreter_code;922 ExternalCallResult(Type type) : type(type) { // NOLINT in ExternalCallResult() function925 ExternalCallResult(Type type, InterpreterCode* code) in ExternalCallResult() argument