Searched refs:GetInternalProperties (Results 1 – 6 of 6) sorted by relevance
50 MaybeLocal<Array> GetInternalProperties(Isolate* isolate, Local<Value> value);
713 V8_WARN_UNUSED_RESULT static MaybeHandle<JSArray> GetInternalProperties( in FOR_EACH_INTRINSIC_RETURN_OBJECT()
176 MaybeHandle<JSArray> Runtime::GetInternalProperties(Isolate* isolate, in GetInternalProperties() function in v8::internal::Runtime
757 if (!v8::debug::GetInternalProperties(m_isolate, value).ToLocal(&properties)) in internalProperties()
9131 MaybeLocal<Array> debug::GetInternalProperties(Isolate* v8_isolate, in GetInternalProperties() function in v8::debug9137 if (!i::Runtime::GetInternalProperties(isolate, val).ToHandle(&result)) in GetInternalProperties()
33796 [debugger] Add JSProxy support in Runtime::GetInternalProperties