Lines Matching full:jsobject
819 GetConstructorName(JSObject::cast(object)));
1047 ExtractJSObjectReferences(entry, JSObject::cast(obj));
1100 int entry, JSObject* js_obj) {
1173 STATIC_ASSERT(JSGlobalObject::kSize - JSObject::kHeaderSize ==
1183 JSObject::kPropertiesOffset);
1187 JSObject::kElementsOffset);
1590 void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) {
1665 void V8HeapExplorer::ExtractAccessorPairProperty(JSObject* js_obj, int entry,
1683 void V8HeapExplorer::ExtractElementReferences(JSObject* js_obj, int entry) {
1709 void V8HeapExplorer::ExtractInternalReferences(JSObject* js_obj, int entry) {
1719 String* V8HeapExplorer::GetConstructorName(JSObject* object) {
2031 PropertyKind kind, JSObject* parent_obj, int parent_entry,
2189 JSObject* proxy = context->global_proxy();
2219 Utils::ToLocal(Handle<JSObject>::cast(global_obj)));