Home
last modified time | relevance | path

Searched refs:kThisIndex (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/api/
H A Dapi-arguments.h67 static const int kThisIndex = T::kThisIndex; member in v8::internal::PropertyCallbackArguments
H A Dapi-arguments.cc16 slot_at(T::kThisIndex).store(self); in PropertyCallbackArguments()
H A Dapi-arguments-inl.h56 return *slot_at(T::kThisIndex); in receiver()
/third_party/node/deps/v8/include/
H A Dv8-function-callback.h245 static const int kThisIndex = 6; member in v8::PropertyCallbackInfo
449 return Local<Object>(reinterpret_cast<Object*>(&args_[kThisIndex])); in This()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h262 static constexpr int kThisIndex = 6; member in v8::PropertyCallbackInfo
473 return Local<Object>::FromSlot(&args_[kThisIndex]); in Get()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc3224 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
3238 __ sw(receiver, MemOperand(sp, (PCA::kThisIndex + 1) * kPointerSize)); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc3314 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
3328 __ Sd(receiver, MemOperand(sp, (PCA::kThisIndex + 1) * kPointerSize)); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc3291 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
3305 __ St_d(receiver, MemOperand(sp, (PCA::kThisIndex + 1) * kPointerSize)); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc3380 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
3394 __ Sd(receiver, MemOperand(sp, (PCA::kThisIndex + 1) * kSystemPointerSize)); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc3513 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc3519 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc4753 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc3700 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc3216 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc3533 STATIC_ASSERT(PropertyCallbackArguments::kThisIndex == 6); in Generate_CallApiGetter()

Completed in 58 milliseconds