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

Method Value

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

Source from the content-addressed store, hash-verified

54 static Iterator End(Impl* impl) { return impl->end(); }
55 static K Key(Iterator it) { return it->first; }
56 static PersistentContainerValue Value(Iterator it) { return it->second; }
57 static PersistentContainerValue Set(Impl* impl, K key,
58 PersistentContainerValue value) {
59 std::pair<Iterator, bool> res = impl->insert(std::make_pair(key, value));

Callers 15

ToMaybePositiveValueFunction · 0.45
ClearTimerMethod · 0.45
SetTimerMethod · 0.45
RequireCallbackMethod · 0.45
RequireNativeCallbackMethod · 0.45
GetThisMethod · 0.45
ConvertArgMethod · 0.45
GetTypeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected