Searched defs:kHolderIndex (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dapi-arguments.h72 static const int kHolderIndex = T::kHolderIndex; member in class:v8::internal::PropertyCallbackArguments
84 values[T::kHolderIndex] = holder;
95 DCHECK(values[T::kHolderIndex]->IsHeapObject());
130 return JSObject::cast(this->begin()[T::kHolderIndex]);
140 static const int kHolderIndex = T::kHolderIndex; member in class:v8::internal::FunctionCallbackArguments
158 values[T::kHolderIndex] = holder;
169 DCHECK(values[T::kHolderIndex]->IsHeapObject());
/external/v8/include/
H A Dv8.h3210 static const int kHolderIndex = 0; member in class:v8::FunctionCallbackInfo
3248 static const int kHolderIndex = 1; member in class:v8::PropertyCallbackInfo
8025 &implicit_args_[kHolderIndex]));
8648 return Local<Object>(reinterpret_cast<Object*>(&args_[kHolderIndex]));

Completed in 56 milliseconds