Home | History | Annotate | Download | only in crankshaft

Lines Matching full:getter

5966       case ObjectLiteral::Property::GETTER:
6317 IsLoad() ? Handle<AccessorPair>::cast(accessors)->getter()
8621 bool HOptimizedGraphBuilder::TryInlineGetter(Handle<JSFunction> getter,
8625 if (TryInlineApiGetter(getter, receiver_map, ast_id)) return true;
8626 return TryInline(getter, 0, NULL, ast_id, return_id, GETTER_CALL_RETURN);