congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
com.oracle.truffle.tck.impl
Code IndexAdd Tabnine to your IDE (free)

How to use com.oracle.truffle.tck.impl

Best Java code snippets using com.oracle.truffle.tck.impl (Showing top 20 results out of 315)

origin: org.graalvm.truffle/truffle-tck

@Override
public Object execute(VirtualFrame frame) {
  Env env = getLanguage(TckLanguage.class).getContextReference().get();
  Object[] arguments = frame.getArguments();
  return parseAndEval(env, arguments);
}
origin: com.oracle.truffle/truffle-tck

@Test
public void testCreateJavaScriptFactoryForJavaClass() {
  createJavaScriptFactoryForJavaClass();
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void testCallJavaScriptClassFactoryFromJava() {
  callJavaScriptClassFactoryFromJava();
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void testAccessJavaScriptArrayWithTypedElementsFromJava() {
  accessJavaScriptArrayWithTypedElementsFromJava();
}
origin: com.oracle.truffle/truffle-tck

@Test
public void testAccessFieldsOfJavaObjectWithConverter() {
  accessFieldsOfJavaObjectWithConverter();
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void testCallJavaScriptFunctionFromJava() {
  callJavaScriptFunctionFromJava();
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void testCallJavaScriptFunctionsWithSharedStateFromJava() {
  callJavaScriptFunctionsWithSharedStateFromJava();
}
origin: com.oracle.truffle/truffle-tck

@Test
public void tetsAccessJSONObjectProperties() {
  accessJavaScriptJSONObjectFromJava();
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void testCallRubyFunctionFromJava() {
  callRubyFunctionFromJava();
}
origin: com.oracle.truffle/truffle-tck

@Test
public void testAccessFieldsOfJavaObject() {
  accessFieldsOfJavaObject();
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void testCallRtFunctionFromJava() {
  callRFunctionFromJava();
}
origin: com.oracle.truffle/truffle-tck

@Override
public Object execute(VirtualFrame frame) {
  Env env = getLanguage(TckLanguage.class).getContextReference().get();
  Object[] arguments = frame.getArguments();
  return parseAndEval(env, arguments);
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void testCreateJavaScriptFactoryForJavaClass() {
  createJavaScriptFactoryForJavaClass();
}
origin: com.oracle.truffle/truffle-tck

@Test
public void testCallJavaScriptClassFactoryFromJava() {
  callJavaScriptClassFactoryFromJava();
}
origin: com.oracle.truffle/truffle-tck

@Test
public void testAccessJavaScriptArrayWithTypedElementsFromJava() {
  accessJavaScriptArrayWithTypedElementsFromJava();
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void testAccessFieldsOfJavaObjectWithConverter() {
  accessFieldsOfJavaObjectWithConverter();
}
origin: com.oracle.truffle/truffle-tck

@Test
public void testCallJavaScriptFunctionFromJava() {
  callJavaScriptFunctionFromJava();
}
origin: com.oracle.truffle/truffle-tck

@Test
public void testCallJavaScriptFunctionsWithSharedStateFromJava() {
  callJavaScriptFunctionsWithSharedStateFromJava();
}
origin: org.graalvm.truffle/truffle-tck

@Test
public void tetsAccessJSONObjectProperties() {
  accessJavaScriptJSONObjectFromJava();
}
origin: com.oracle.truffle/truffle-tck

@Test
public void testCallRubyFunctionFromJava() {
  callRubyFunctionFromJava();
}
com.oracle.truffle.tck.impl

Most used classes

  • PolyglotEngineWithJavaScript$Counter
  • PolyglotEngineWithJavaScript$Incrementor
  • PolyglotEngineWithJavaScript$Moment
  • PolyglotEngineWithJavaScript$MomentConverter
  • PolyglotEngineWithJavaScript$MomentFactory
  • PolyglotEngineWithJavaScript$Owner,
  • PolyglotEngineWithJavaScript$ParseJSON,
  • PolyglotEngineWithJavaScript$Point,
  • PolyglotEngineWithJavaScript$PointProvider,
  • PolyglotEngineWithJavaScript$Repository,
  • PolyglotEngineWithJavaScript,
  • PolyglotEngineWithR$BinomQuantile,
  • PolyglotEngineWithR,
  • PolyglotEngineWithRuby$Multiplier,
  • PolyglotEngineWithRuby,
  • TckLanguage$MultiplyNode,
  • TckLanguage,
  • TruffleLanguageRunner,
  • TckInstrument
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now