OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2009 Google Inc. All rights reserved. | 2 * Copyright (C) 2009 Google Inc. All rights reserved. |
3 * Copyright (C) 2012 Ericsson AB. All rights reserved. | 3 * Copyright (C) 2012 Ericsson AB. All rights reserved. |
4 * | 4 * |
5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
6 * modification, are permitted provided that the following conditions are | 6 * modification, are permitted provided that the following conditions are |
7 * met: | 7 * met: |
8 * | 8 * |
9 * * Redistributions of source code must retain the above copyright | 9 * * Redistributions of source code must retain the above copyright |
10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 { | 708 { |
709 return v8::Function::New(isolate, function, environment); | 709 return v8::Function::New(isolate, function, environment); |
710 } | 710 } |
711 | 711 |
712 v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, Script
Wrappable*, v8::Handle<v8::String> key); | 712 v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, Script
Wrappable*, v8::Handle<v8::String> key); |
713 | 713 |
714 v8::Isolate* mainThreadIsolate(); | 714 v8::Isolate* mainThreadIsolate(); |
715 v8::Isolate* toIsolate(ExecutionContext*); | 715 v8::Isolate* toIsolate(ExecutionContext*); |
716 v8::Isolate* toIsolate(Frame*); | 716 v8::Isolate* toIsolate(Frame*); |
717 | 717 |
718 // Can only be called by WebKit::initialize | 718 // Can only be called by blink::initialize |
719 void setMainThreadIsolate(v8::Isolate*); | 719 void setMainThreadIsolate(v8::Isolate*); |
720 } // namespace WebCore | 720 } // namespace WebCore |
721 | 721 |
722 #endif // V8Binding_h | 722 #endif // V8Binding_h |
OLD | NEW |