Home | History | Annotate | Download | only in cctest

Lines Matching refs:SetAccessorProperty

230   fun_proto->SetAccessorProperty(
232 fun_proto->SetAccessorProperty(v8_str("accessor"), callback, callback);
9134 inner_global_template ->SetAccessorProperty(
9323 global_template->SetAccessorProperty(
22107 proto->SetAccessorProperty(v8_str("shouldContinue"), FunctionTemplate::New(
22480 global_holder->SetAccessorProperty(v8_str("g_acc"), function, function);
22482 function_holder->SetAccessorProperty(v8_str("acc"), function, function);