Home
last modified time | relevance | path

Searched defs:ExternalCallResult (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/wasm/
Dwasm-interpreter.cc905 struct ExternalCallResult { struct
906 enum Type {
918 Type type;
920 InterpreterCode* interpreter_code;
922 ExternalCallResult(Type type) : type(type) { // NOLINT in ExternalCallResult() function
925 ExternalCallResult(Type type, InterpreterCode* code) in ExternalCallResult() argument