Searched refs:GetInternalProperties (Results 1 – 7 of 7) sorted by relevance
282 static MaybeLocal<Array> GetInternalProperties(Isolate* isolate,
280 ip = debug.ObjectMirror.GetInternalProperties(new Proxy(target, handler));
786 return ObjectMirror.GetInternalProperties(this.value_);871 ObjectMirror.GetInternalProperties = function(value) { class in ObjectMirror
184 MaybeHandle<JSArray> Runtime::GetInternalProperties(Isolate* isolate, in GetInternalProperties() function in v8::internal::Runtime317 Runtime::GetInternalProperties(isolate, obj)); in RUNTIME_FUNCTION()
1098 static MaybeHandle<JSArray> GetInternalProperties(Isolate* isolate, in FOR_EACH_INTRINSIC_RETURN_OBJECT()
8227 MaybeLocal<Array> Debug::GetInternalProperties(Isolate* v8_isolate, in GetInternalProperties() function in v8::Debug8233 if (!i::Runtime::GetInternalProperties(isolate, val).ToHandle(&result)) in GetInternalProperties()
2620 [debugger] Add JSProxy support in Runtime::GetInternalProperties