Home | History | Annotate | Download | only in runtime

Lines Matching defs:DebugGetProperty

101 static Handle<Object> DebugGetProperty(LookupIterator* it,
140 static Handle<Object> DebugGetProperty(Handle<Object> object,
143 return DebugGetProperty(&it);
254 DebugGetProperty(promise, isolate->factory()->promise_state_symbol());
277 DebugGetProperty(promise, isolate->factory()->promise_result_symbol());
357 // TODO(verwaest): Make sure DebugGetProperty can handle arrays, and remove
371 Handle<Object> value = DebugGetProperty(&it, &has_caught);
416 return *DebugGetProperty(&it);