Home | History | Annotate | Download | only in cctest

Lines Matching refs:fun

2139       "fun = (function (x) { return function () { return x + 1; } })(1);");
2144 const v8::HeapGraphNode* fun =
2145 GetProperty(global, v8::HeapGraphEdge::kProperty, "fun");
2146 CHECK(!HasWeakEdge(fun));
2148 GetProperty(fun, v8::HeapGraphEdge::kInternal, "shared");
2296 "fun = function () { var a = [3, 2, 1]; return a; }\n"
2297 "fun();");
2304 GetProperty(global, v8::HeapGraphEdge::kProperty, "fun");