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

Method As

test-app/runtime/src/main/cpp/include/v8-local-handle.h:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 */
250 template <class S>
251 V8_INLINE Local<S> As() const {
252 return Local<S>::Cast(*this);
253 }
254
255 /**
256 * Create a local handle for the content of another handle.

Callers

nothing calls this directly

Calls 1

CastFunction · 0.70

Tested by

no test coverage detected