MCPcopy Create free account
hub / github.com/NativeScript/android / ToChecked

Method ToChecked

test-app/runtime/src/main/cpp/include/v8-maybe.h:37–37  ·  view source on GitHub ↗

* An alias for |FromJust|. Will crash if the Maybe<> is nothing. */

Source from the content-addressed store, hash-verified

35 * An alias for |FromJust|. Will crash if the Maybe<> is nothing.
36 */
37 V8_INLINE T ToChecked() const { return FromJust(); }
38
39 /**
40 * Short-hand for ToChecked(), which doesn't return a value. To be used, where

Callers 15

GetFullMessageMethod · 0.80
GetErrorMessageMethod · 0.80
GetCastTypeMethod · 0.80
ConvertArgMethod · 0.80
GetTypeMethod · 0.80
SetInnerTypesMethod · 0.80
SetArrayElementMethod · 0.80

Calls

no outgoing calls