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

Method This

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

Source from the content-addressed store, hash-verified

393
394template <typename T>
395Local<Object> FunctionCallbackInfo<T>::This() const {
396 // values_ points to the first argument (not the receiver).
397 return Local<Object>(reinterpret_cast<Object*>(values_ - 1));
398}
399
400template <typename T>
401Local<Object> FunctionCallbackInfo<T>::Holder() const {

Callers 15

CtorMethod · 0.80
GetHashMethod · 0.80
SetHashMethod · 0.80
GetHostMethod · 0.80
SetHostMethod · 0.80
GetHostNameMethod · 0.80
SetHostNameMethod · 0.80
GetHrefMethod · 0.80
SetHrefMethod · 0.80
GetOriginMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestMethod · 0.64