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

Method Data

test-app/runtime/src/main/cpp/include/v8-function-callback.h:413–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411
412template <typename T>
413Local<Value> FunctionCallbackInfo<T>::Data() const {
414 return Local<Value>(reinterpret_cast<Value*>(&implicit_args_[kDataIndex]));
415}
416
417template <typename T>
418Isolate* FunctionCallbackInfo<T>::GetIsolate() const {

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected