Lines Matching defs:IndexedDebugProxy
130 struct IndexedDebugProxy { struct
131 static constexpr DebugProxyId kId = id;
133 static Handle<JSObject> Create(Isolate* isolate, Handle<Provider> provider, in Create()
142 enum {
147 static v8::Local<v8::FunctionTemplate> CreateTemplate(v8::Isolate* isolate) { in CreateTemplate()
161 static Isolate* GetIsolate(const PropertyCallbackInfo<V>& info) { in GetIsolate()
166 static Handle<JSObject> GetHolder(const PropertyCallbackInfo<V>& info) { in GetHolder()
170 static Handle<Provider> GetProvider(Handle<JSObject> holder, in GetProvider()
177 static Handle<Provider> GetProvider(const PropertyCallbackInfo<V>& info) { in GetProvider()
181 static void IndexedGetter(uint32_t index, in IndexedGetter()
191 static void IndexedDescriptor(uint32_t index, in IndexedDescriptor()
205 static void IndexedQuery(uint32_t index, in IndexedQuery()
214 static void IndexedEnumerator(const PropertyCallbackInfo<v8::Array>& info) { in IndexedEnumerator()