Home
last modified time | relevance | path

Searched defs:js_obj (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
Dheap-snapshot-generator.cc1156 int entry, JSObject* js_obj) { in ExtractJSObjectReferences()
1615 void V8HeapExplorer::ExtractClosureReferences(JSObject* js_obj, int entry) { in ExtractClosureReferences()
1637 void V8HeapExplorer::ExtractPropertyReferences(JSObject* js_obj, int entry) { in ExtractPropertyReferences()
1719 JSObject* js_obj, int entry, Object* key, Object* callback_obj) { in ExtractAccessorPairProperty()
1734 void V8HeapExplorer::ExtractElementReferences(JSObject* js_obj, int entry) { in ExtractElementReferences()
1760 void V8HeapExplorer::ExtractInternalReferences(JSObject* js_obj, int entry) { in ExtractInternalReferences()
Dheap.cc3561 JSObject* js_obj = JSObject::cast(result); in AllocateArgumentsObject() local
3638 JSObject* js_obj; in AllocateJSObjectFromMap() local
Dapi.cc2451 i::Handle<i::JSObject> js_obj(i::JSObject::cast(*obj)); in IsNativeError() local
Druntime.cc5708 Handle<JSObject> js_obj = Handle<JSObject>::cast(object); in RUNTIME_FUNCTION() local
/external/chromium_org/v8/test/cctest/
Dtest-heap-profiler.cc1703 v8::Local<v8::Object> js_obj = js_global->Get(v8_str("a")).As<v8::Object>(); in TEST() local