Skip to content

Instantly share code, notes, and snippets.

View ajihyf's full-sized avatar
🎯
Focusing

flyafly ajihyf

🎯
Focusing
  • albb
  • Beijing, China
View GitHub Profile
@totherik
totherik / gist:3a4432f26eea1224ceeb
Last active May 16, 2024 16:59
v8 --allow-natives-syntax RuntimeFunctions
Per https://code.google.com/p/v8/codesearch#v8/trunk/src/runtime.cc
%CreateSymbol
%CreatePrivateSymbol
%CreateGlobalPrivateSymbol
%NewSymbolWrapper
%SymbolDescription
%SymbolRegistry
%SymbolIsPrivate
var AnimationRegion = Backbone.Marionette.Region.extend({
innerRegionSelector: '.inner-page-region',
setLayout: function(layout, animationClass) {
this.regionAnimationClass = animationClass;
if (this.currentLayout) {
this.swap(layout);
} else {