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

Method NewByte

test-app/runtime/src/main/cpp/JType.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10jobject JType::NewByte(JEnv env, jbyte value) {
11 EnsureInstance(env, &Byte, Type::Byte);
12 return env.NewObject(Byte->clazz, Byte->ctor, value);
13}
14
15jobject JType::NewChar(JEnv env, jchar value) {
16 EnsureInstance(env, &Char, Type::Char);

Callers

nothing calls this directly

Calls 1

NewObjectMethod · 0.80

Tested by

no test coverage detected