Lines Matching refs:FromJust
193 if (ret.IsJust()) args.GetReturnValue().Set(ret.FromJust());
234 ctx->serializer_.TransferArrayBuffer(id.FromJust(), ab);
245 ctx->serializer_.WriteUint32(value.FromJust());
257 uint64_t hi = arg0.FromJust();
258 uint64_t lo = arg1.FromJust();
269 ctx->serializer_.WriteDouble(value.FromJust());
346 if (ret.IsJust()) args.GetReturnValue().Set(ret.FromJust());
368 ctx->deserializer_.TransferArrayBuffer(id.FromJust(), ab);
374 ctx->deserializer_.TransferSharedArrayBuffer(id.FromJust(), sab);
437 size_t length = length_arg.FromJust();