Lines Matching defs:result
43 #include "src/wasm/wasm-result.h"
1035 i::Handle<i::String> result = i::MessageHandler::GetMessage(isolate, message);
1036 result = i::String::Flatten(isolate, result); // For performance.
1039 result->ToCString(i::DISALLOW_NULLS, i::FAST_STRING_TRAVERSAL, &length);
1083 ownvec<Frame> result = ownvec<Frame>::make_uninitialized(num_frames);
1085 result[i] =
1088 return result;
1891 bool result =
1893 DCHECK(result);
1894 USE(result);
1989 i::Handle<i::Object> result =
1993 if (result->IsWasmInternalFunction()) {
1994 result = handle(
1995 i::Handle<i::WasmInternalFunction>::cast(result)->external(), isolate);
1997 DCHECK(result->IsNull(isolate) || result->IsJSReceiver());
1998 return V8RefValueToWasm(impl(this)->store(), result);
2031 int result = i::WasmTableObject::Grow(isolate, table,
2033 return result >= 0;