Home
last modified time | relevance | path

Searched refs:GetInternalProperties (Results 1 – 7 of 7) sorted by relevance

/external/v8/include/
Dv8-debug.h282 static MaybeLocal<Array> GetInternalProperties(Isolate* isolate,
/external/v8/test/mjsunit/
Dmirror-object.js280 ip = debug.ObjectMirror.GetInternalProperties(new Proxy(target, handler));
/external/v8/src/debug/
Dmirrors.js786 return ObjectMirror.GetInternalProperties(this.value_);
871 ObjectMirror.GetInternalProperties = function(value) { class in ObjectMirror
/external/v8/src/runtime/
Druntime-debug.cc184 MaybeHandle<JSArray> Runtime::GetInternalProperties(Isolate* isolate, in GetInternalProperties() function in v8::internal::Runtime
317 Runtime::GetInternalProperties(isolate, obj)); in RUNTIME_FUNCTION()
Druntime.h1098 static MaybeHandle<JSArray> GetInternalProperties(Isolate* isolate, in FOR_EACH_INTRINSIC_RETURN_OBJECT()
/external/v8/src/
Dapi.cc8227 MaybeLocal<Array> Debug::GetInternalProperties(Isolate* v8_isolate, in GetInternalProperties() function in v8::Debug
8233 if (!i::Runtime::GetInternalProperties(isolate, val).ToHandle(&result)) in GetInternalProperties()
/external/v8/
DChangeLog2620 [debugger] Add JSProxy support in Runtime::GetInternalProperties