Searched defs:hidden_proto (Results 1 – 6 of 6) sorted by relevance
6 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro19 # define hidden_proto(fct) macro
10 # define hidden_proto(fct) __hidden_proto (fct, fct##_internal) macro23 # define hidden_proto(fct) macro
511 Local<Object> hidden_proto = hidden_proto_->GetFunction(context) in PostInitializeContext() local