Home | History | Annotate | Download | only in tests

Lines Matching refs:pp_instance

33                     PP_Instance instance,
51 PP_Instance pp_instance = instance()->pp_instance();
53 TestConsoleSub(interface, pp_instance, source, pp::Var());
54 TestConsoleSub(interface, pp_instance, source, pp::Var(pp::Var::Null()));
55 TestConsoleSub(interface, pp_instance, source, pp::Var(false));
56 TestConsoleSub(interface, pp_instance, source, pp::Var(12345678));
57 TestConsoleSub(interface, pp_instance, source, pp::Var(-0.0));
58 TestConsoleSub(interface, pp_instance, source, pp::Var("Hello World!"));
59 TestConsoleSub(interface, pp_instance, source, pp::VarArray());
60 TestConsoleSub(interface, pp_instance, source, pp::VarArrayBuffer());
61 TestConsoleSub(interface, pp_instance, source, pp::VarDictionary());