Skip to content

Instantly share code, notes, and snippets.

@dherman
Created October 14, 2016 05:36
Show Gist options
  • Save dherman/cb05623b3ba4919e5ff76b632cbea018 to your computer and use it in GitHub Desktop.
Save dherman/cb05623b3ba4919e5ff76b632cbea018 to your computer and use it in GitHub Desktop.
neon::
  define_types!
  register_module!

neon::mem::
  Handle
  LockedHandle
  Managed

neon::vm::
  Call
  FunctionCall
  This
  Arguments
  Module
  Throw
  VmResult
  JsResult
  Lock

neon::scope::
  Scope
  RootScope
  NestedScope
  ChainedScope

neon::js::
  Value
  Variant
  Object
  Key
  JsValue
  JsUndefined
  JsNull
  JsBoolean
  JsInteger
  JsNumber
  JsString
  JsObject
  JsArray
  JsFunction

neon::js::binary::
  JsBuffer

neon::js::error::
  throw
  JsError
  Kind

neon::js::class::
  ClassDescriptor
  Class
  JsClass
  AllocateKernel
  ConstructKernel
  ConstructorCallKernel
  MethodKernel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment