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

Method Set

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

Source from the content-addressed store, hash-verified

1040// --- Implementation ---
1041
1042void Template::Set(Isolate* isolate, const char* name, Local<Data> value,
1043 PropertyAttribute attributes) {
1044 Set(String::NewFromUtf8(isolate, name, NewStringType::kInternalized)
1045 .ToLocalChecked(),
1046 value, attributes);
1047}
1048
1049FunctionTemplate* FunctionTemplate::Cast(Data* data) {
1050#ifdef V8_ENABLE_CHECKS

Callers 15

PrepareV8RuntimeMethod · 0.45
SetTimerMethod · 0.45
InitMethod · 0.45
InitMethod · 0.45
RequireCallbackImplMethod · 0.45
LoadModuleMethod · 0.45
GetCtorMethod · 0.45

Calls 2

ToLocalCheckedMethod · 0.80
SetClass · 0.70

Tested by 5

registerModulesMethod · 0.36
TestMethod · 0.36