Home
last modified time | relevance | path

Searched refs:initStandardObjects (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/commonjs/module/
H A DRequireJarTest.java49 final Scriptable scope = cx.initStandardObjects(); in testNonSandboxed()
62 final Scriptable scope = cx.initStandardObjects(); in testRelativeId()
71 final Scriptable scope = cx.initStandardObjects(); in testSetMainForAlreadyLoadedModule()
96 return getSandboxedRequire(cx, cx.initStandardObjects(), true); in getSandboxedRequire()
102 return new Require(cx, cx.initStandardObjects(), in getSandboxedRequire()
H A DRequireTest.java51 final Scriptable scope = cx.initStandardObjects(); in testNonSandboxed()
64 final Scriptable scope = cx.initStandardObjects(); in testRelativeId()
73 final Scriptable scope = cx.initStandardObjects(); in testSetMainForAlreadyLoadedModule()
98 return getSandboxedRequire(cx, cx.initStandardObjects(), true); in getSandboxedRequire()
104 return new Require(cx, cx.initStandardObjects(), in getSandboxedRequire()
/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DPrimitiveTypeScopeResolutionTest.java71 final Scriptable scope1 = cx.initStandardObjects( in testWithTwoScopes()
73 final Scriptable scope2 = cx.initStandardObjects( in testWithTwoScopes()
151 final Scriptable scope1 = cx.initStandardObjects( in functionObjectPrimitiveToObject()
153 final Scriptable scope2 = cx.initStandardObjects( in functionObjectPrimitiveToObject()
H A DTypeOfTest.java74 final Scriptable scope = context.initStandardObjects(); in test0()
88 final Scriptable scope = context.initStandardObjects(); in testCustomizeTypeOf()
111 final Scriptable scope = context.initStandardObjects(); in doTest()
H A DBug496585Test.java29 cx.initStandardObjects(), in callOverloadedFunction()
33 cx.initStandardObjects(), in callOverloadedFunction()
H A DBug482203Test.java26 Scriptable scope = cx.initStandardObjects(); in testJsApi()
53 Scriptable scope = cx.initStandardObjects(); in testJavaApi()
H A DBug412433Test.java23 ScriptableObject scope = context.initStandardObjects(); in testMalformedJavascript2()
H A DBug419940Test.java34 Scriptable scope = cx.initStandardObjects(); in testAdapter()
H A DArrayConcatTest.java30 final ScriptableObject scope = _cx.initStandardObjects(); in testArrayConcat()
H A DBug409702Test.java46 Scriptable scope = cx.initStandardObjects(); in testAdapter()
H A DDeletePropertyTest.java38 final ScriptableObject scope = _cx.initStandardObjects(); in testDeletePropInPrototype()
H A DFunctionTest.java35 final Scriptable scope = cx.initStandardObjects(); in assertEvaluates()
H A DNativeStringTest.java35 final Scriptable scope = cx.initStandardObjects(); in assertEvaluates()
H A DContextFactoryTest.java37 Scriptable globalScope = cx.initStandardObjects(); in testCustomContextFactory()
H A DApplyOnPrimitiveNumberTest.java30 final ScriptableObject scope = _cx.initStandardObjects(); in testIt()
H A DContinuationsApiTest.java75 globalScope = cx.initStandardObjects(); in setUp()
252 globalScope = cx.initStandardObjects(); in testContinuationsPrototypesAndSerialization()
312 globalScope = cx.initStandardObjects(); in testContinuationsInlineFunctionsSerialization()
H A DDefineClassMapInheritance.java32 ScriptableObject scope = cx.initStandardObjects(); in test()
H A DEvaluator.java23 Scriptable scope = cx.initStandardObjects(); in eval()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DImporterTopLevel.java54 initStandardObjects(cx, sealed); in ImporterTopLevel()
69 public void initStandardObjects(Context cx, boolean sealed) in initStandardObjects() method in ImporterTopLevel
73 cx.initStandardObjects(this, sealed); in initStandardObjects()
/dports/lang/rhino/rhino1_7R4/examples/
H A DRunScript.java27 Scriptable scope = cx.initStandardObjects(); in main()
H A DRunScript2.java19 Scriptable scope = cx.initStandardObjects(); in main()
H A DRunScript4.java21 Scriptable scope = cx.initStandardObjects(); in main()
H A DCounterTest.java27 Scriptable scope = cx.initStandardObjects(); in main()
H A DControl.java35 Scriptable scope = cx.initStandardObjects(); in main()
H A DRunScript3.java22 Scriptable scope = cx.initStandardObjects(); in main()

123