Lines Matching defs:const

35   V8_INLINE ReturnValue(const ReturnValue<S>& that) : value_(that.value_) {
40 V8_INLINE void Set(const Global<S>& handle);
42 V8_INLINE void Set(const BasicTracedReference<S>& handle);
44 V8_INLINE void Set(const Local<S> handle);
55 V8_INLINE Isolate* GetIsolate() const;
64 V8_INLINE Local<Value> Get() const;
95 V8_INLINE int Length() const;
100 V8_INLINE Local<Value> operator[](int i) const;
102 V8_INLINE Local<Object> This() const;
113 V8_INLINE Local<Object> Holder() const;
115 V8_INLINE Local<Value> NewTarget() const;
117 V8_INLINE bool IsConstructCall() const;
119 V8_INLINE Local<Value> Data() const;
121 V8_INLINE Isolate* GetIsolate() const;
123 V8_INLINE ReturnValue<T> GetReturnValue() const;
170 V8_INLINE Isolate* GetIsolate() const;
177 V8_INLINE Local<Value> Data() const;
187 * const v8::PropertyCallbackInfo<v8::Value>& info) {
220 V8_INLINE Local<Object> This() const;
231 V8_INLINE Local<Object> Holder() const;
241 V8_INLINE ReturnValue<T> GetReturnValue() const;
250 V8_INLINE bool ShouldThrowOnError() const;
273 using FunctionCallback = void (*)(const FunctionCallbackInfo<Value>& info);
282 void ReturnValue<T>::Set(const Global<S>& handle) {
293 void ReturnValue<T>::Set(const BasicTracedReference<S>& handle) {
304 void ReturnValue<T>::Set(const Local<S> handle) {
378 Isolate* ReturnValue<T>::GetIsolate() const {
383 Local<Value> ReturnValue<T>::Get() const {
414 Local<Value> FunctionCallbackInfo<T>::operator[](int i) const {
421 Local<Object> FunctionCallbackInfo<T>::This() const {
427 Local<Object> FunctionCallbackInfo<T>::Holder() const {
432 Local<Value> FunctionCallbackInfo<T>::NewTarget() const {
437 Local<Value> FunctionCallbackInfo<T>::Data() const {
442 Isolate* FunctionCallbackInfo<T>::GetIsolate() const {
447 ReturnValue<T> FunctionCallbackInfo<T>::GetReturnValue() const {
452 bool FunctionCallbackInfo<T>::IsConstructCall() const {
457 int FunctionCallbackInfo<T>::Length() const {
462 Isolate* PropertyCallbackInfo<T>::GetIsolate() const {
467 Local<Value> PropertyCallbackInfo<T>::Data() const {
472 Local<Object> PropertyCallbackInfo<T>::This() const {
477 Local<Object> PropertyCallbackInfo<T>::Holder() const {
482 ReturnValue<T> PropertyCallbackInfo<T>::GetReturnValue() const {
487 bool PropertyCallbackInfo<T>::ShouldThrowOnError() const {