Searched refs:js_fun (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc1121 JSFunction* js_fun = JSFunction::cast(js_obj); local
1122 Object* proto_or_map = js_fun->prototype_or_initial_map();
1133 heap_->prototype_string(), js_fun->prototype());
1139 SharedFunctionInfo* shared_info = js_fun->shared();
1142 TagObject(js_fun->literals_or_bindings(),
1144 SetInternalReference(js_fun, entry,
1146 js_fun->literals_or_bindings(),
1149 SetInternalReference(js_fun, entry,
1152 TagObject(js_fun->context(), "(context)");
1153 SetInternalReference(js_fun, entr
[all...]

Completed in 73 milliseconds