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

Method IsEmpty

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

Source from the content-addressed store, hash-verified

185 ContextId() : id_(kEmptyId) {}
186
187 bool IsEmpty() const { return id_ == kEmptyId; }
188 static const ContextId Empty() { return ContextId{kEmptyId}; }
189
190 bool operator==(const ContextId& other) const { return id_ == other.id_; }

Callers 15

ToStringMethod · 0.45
RunScriptMethod · 0.45
CallJSMethodNativeMethod · 0.45
PrepareV8RuntimeMethod · 0.45
ConvertToJavaLongMethod · 0.45
ConvertToUtf16StringMethod · 0.45
ConvertToStringMethod · 0.45
ToStringMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by 3

dispatchMessageMethod · 0.36