Home | History | Annotate | Download | only in src

Lines Matching refs:js_fun

1896       JSFunction* js_fun = JSFunction::cast(js_obj);
1897 Object* proto_or_map = js_fun->prototype_or_initial_map();
1908 heap_->prototype_symbol(), js_fun->prototype());
1911 SharedFunctionInfo* shared_info = js_fun->shared();
1914 TagObject(js_fun->literals_or_bindings(),
1916 SetInternalReference(js_fun, entry,
1918 js_fun->literals_or_bindings(),
1920 SetInternalReference(js_fun, entry,
1923 TagObject(js_fun->unchecked_context(), "(context)");
1924 SetInternalReference(js_fun, entry,
1925 "context", js_fun->unchecked_context(),
1930 SetWeakReference(js_fun, entry, i, *HeapObject::RawField(js_fun, i), i);