Sign in
chromium
/
chromium
/
src
/
022a9548a7eb8dd937c27e604d8916ffaf3f3740
/
gin
/
wrappable_unittest.cc
faaa1b6
Replace Handle<> with Local in remaining gin/*
by deepak.s
· 10 years ago
735c49b6
[gin] Use variadic templates in gin/function_template.h
by kolczyk
· 11 years ago
074c039
Standardize usage of virtual/override/final in gin/
by dcheng
· 11 years ago
e548191
Replacing the OVERRIDE with override and FINAL with final in /src/gin
by anujk.sharma
· 11 years ago
744a494
Added IsConstructorCall to gin::Arguments.
by
[email protected]
· 11 years ago
9a62a6f
Remove WrappableTest.ErrorInObjectConstructorProperty
by
[email protected]
· 11 years ago
d9992710
Get rid of even more Script::New calls in Chromium.
by
[email protected]
· 11 years ago
777183d0
gin: Add ability to install call-as-function handlers on gin::Wrappable
by
[email protected]
· 11 years ago
e0719edc
gin: Bug fix: Fix CreateHandle to return an emtpy handle in some extreme cases
by
[email protected]
· 11 years ago
74af28ea
Use Script::Compile instead of Script::New
by
[email protected]
· 11 years ago
add8fb17
Remove usage of deprecate v8::Number constructors from gin
by
[email protected]
· 12 years ago
75a2090
[gin] fix casting WrappableBase to a derived class
by
[email protected]
· 12 years ago
13c977e6
Add support for wrapping classes indirectly inherited from gin::Wrappable<T>
by
[email protected]
· 12 years ago
cb6c2bb
[gin] Introduce Wrappable::GetObjectTemplate
by
[email protected]
· 12 years ago
b4acaf8
[gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappable
by
[email protected]
· 12 years ago
695af7f5
[gin] WrappableBase's dtor needs to be virtual
by
[email protected]
· 12 years ago
6fe5610
Gin: Make it easier to implement Wrappable.
by
[email protected]
· 12 years ago
cf76c84a
Gin: Consolidate all the Converter<Wrappable> subclasses.
by
[email protected]
· 12 years ago
bf3dd3c
Gin: Add support for binding JS methods to C++ instance methods.
by
[email protected]
· 12 years ago
d379b0c
gin::Wrappable shouldn't inherit from base::RefCounted
by
[email protected]
· 12 years ago
91cd4fe
Remove usage of deprecagted V8 API from gin/
by
[email protected]
· 12 years ago
7618ebbb
Convert the rest of the functions in core.cc to use CreateFunctionTemplate.
by
[email protected]
· 12 years ago
f04b0e9
[gin] add support for non-gin managed isolates in gin.
by
[email protected]
· 12 years ago
93f9f360
[Gin] Add a mechanism for wrapping C++ object
by
[email protected]
· 12 years ago