Lines Matching full:holder_expr
1950 const char* holder_expr) {
1954 const char* period_pos = strchr(holder_expr, '.');
1958 global, factory->InternalizeUtf8String(holder_expr))
1963 Vector<const char> property(holder_expr,
1964 static_cast<int>(period_pos - holder_expr));
2922 #define INSTALL_BUILTIN_ID(holder_expr, fun_name, name) \
2923 { #holder_expr, #fun_name, k##name } \
2930 const char* holder_expr;
2940 ResolveBuiltinIdHolder(native_context(), builtin.holder_expr);
2949 const char* holder_expr;
2959 ResolveBuiltinIdHolder(native_context(), builtin.holder_expr);